mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-11 07:42:15 +00:00
move of some vector functions outside of just game
This commit is contained in:
parent
fe61215b23
commit
507c3a2c4d
1 changed files with 5 additions and 2 deletions
|
@ -5,6 +5,9 @@
|
|||
//-----------------------------------------------------------------------------
|
||||
//
|
||||
// $Log$
|
||||
// Revision 1.115 2002/08/21 03:36:04 niceass
|
||||
// move of some vector functions outside of just game
|
||||
//
|
||||
// Revision 1.114 2002/08/21 02:56:08 blaze
|
||||
// added spawnflags 8 for breakables, lets mappers turn off kicking
|
||||
//
|
||||
|
@ -948,8 +951,8 @@ qboolean G_EntitiesFree(void);
|
|||
void G_TouchTriggers(gentity_t * ent);
|
||||
void G_TouchSolids(gentity_t * ent);
|
||||
|
||||
float *tv(float x, float y, float z);
|
||||
char *vtos(const vec3_t v);
|
||||
/*float *tv(float x, float y, float z);
|
||||
char *vtos(const vec3_t v);*/
|
||||
|
||||
float vectoyaw(const vec3_t vec);
|
||||
|
||||
|
|
Loading…
Reference in a new issue