forgot to commit this

This commit is contained in:
Bill Currie 2000-12-20 06:56:08 +00:00
parent 1634c57339
commit f4c300676f
1 changed files with 1 additions and 0 deletions

View File

@ -33,5 +33,6 @@ void CL_TEnts_Init (void);
void CL_ClearEnts (void);
void CL_ClearTEnts (void);
void CL_Init_Entity (struct entity_s *ent);
struct entity_s **CL_NewTempEntity (void);
#endif