erk, forgot to commit this with the wrappers

This commit is contained in:
Bill Currie 2001-07-27 23:19:48 +00:00
parent 6196fda661
commit ceadc2482c

View file

@ -106,4 +106,8 @@ trace_t SV_Move (vec3_t start, vec3_t mins, vec3_t maxs, vec3_t end, int type, e
edict_t *SV_TestPlayerPosition (edict_t *ent, vec3_t origin);
int SV_HullPointContents (hull_t *hull, int num, vec3_t p);
hull_t *SV_HullForEntity (edict_t *ent, vec3_t mins, vec3_t maxs, vec3_t offset);
#endif // _WORLD_H