mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
big protototype cleanup. Now, except for a few cases, all non-static
prototypes are in headers files.
This commit is contained in:
parent
43fa6a4002
commit
ca4b3acd6c
102 changed files with 826 additions and 946 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue