From ceadc2482c40130d795330c4e2fb3db286e3b51d Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 27 Jul 2001 23:19:48 +0000 Subject: [PATCH] erk, forgot to commit this with the wrappers --- qw/include/world.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qw/include/world.h b/qw/include/world.h index b90bf8f64..87b9a1a12 100644 --- a/qw/include/world.h +++ b/qw/include/world.h @@ -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