q2wf-portable/throwup.h

8 lines
194 B
C
Raw Permalink Normal View History

//throup.h
//1/5/98 JR
//main function
void ThrowUpNow (edict_t *self);
//utility in g_misc.c
void ThrowVomit (edict_t *ent, vec3_t mouth_pos, vec3_t forward, vec3_t right, vec3_t player_vel);