big protototype cleanup. Now, except for a few cases, all non-static

prototypes are in headers files.
This commit is contained in:
Bill Currie 2002-11-05 19:12:51 +00:00
parent 43fa6a4002
commit ca4b3acd6c
102 changed files with 826 additions and 946 deletions

View file

@ -40,9 +40,6 @@ static const char rcsid[] =
#include "QF/keys.h"
#include "QF/input.h"
float CL_KeyState (kbutton_t *key);
qboolean SV_RecursiveHullCheck (hull_t *hull, int num, float p1f, float p2f,
vec3_t p1, vec3_t p2, trace_t *trace);
vec3_t camera_origin = {0,0,0};
vec3_t camera_angles = {0,0,0};