Fixed some warnings.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@195 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
a263ffdb3f
commit
8bc93c6a3b
1 changed files with 6 additions and 0 deletions
|
@ -812,3 +812,9 @@ qboolean CIN_DrawCinematic (void);
|
|||
qboolean CIN_RunCinematic (void);
|
||||
|
||||
void MVD_Interpolate(void);
|
||||
|
||||
void TP_Init(void);
|
||||
void TP_CheckPickupSound(char *s, vec3_t org);
|
||||
|
||||
void Stats_NewMap(void);
|
||||
void Stats_ParsePrintLine(char *line);
|
||||
|
|
Loading…
Reference in a new issue