Fixes a couple of warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1439 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
6725456402
commit
2f5a4ddfc5
1 changed files with 3 additions and 0 deletions
|
@ -668,6 +668,9 @@ extern kbutton_t in_speed;
|
|||
|
||||
extern float in_sensitivityscale;
|
||||
|
||||
void CL_MakeActive(char *gamename);
|
||||
|
||||
void CL_RegisterSplitCommands(void);
|
||||
void CL_InitInput (void);
|
||||
void CL_SendCmd (float frametime);
|
||||
void CL_SendMove (usercmd_t *cmd);
|
||||
|
|
Loading…
Reference in a new issue