diff options
Diffstat (limited to 'src/game/bg_public.h')
-rw-r--r-- | src/game/bg_public.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game/bg_public.h b/src/game/bg_public.h index a67d516f..d0d9399c 100644 --- a/src/game/bg_public.h +++ b/src/game/bg_public.h @@ -1027,5 +1027,4 @@ qboolean BG_gotWeapon( int weapon, int stats[ ] );*/ //TA: conceptually should live in q_shared.h void AxisToAngles( vec3_t axis[3], vec3_t angles); -float arccos( float x ); #define Vector2Set(v, x, y) ((v)[0]=(x), (v)[1]=(y)) |