Splatt go some warnings. And I thought it was only bugs that could go splatt.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@510 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
85e7fc3987
commit
2d54b24930
1 changed files with 5 additions and 0 deletions
|
@ -793,6 +793,8 @@ void SV_InitOperatorCommands (void);
|
||||||
void SV_SendServerinfo (client_t *client);
|
void SV_SendServerinfo (client_t *client);
|
||||||
void SV_ExtractFromUserinfo (client_t *cl);
|
void SV_ExtractFromUserinfo (client_t *cl);
|
||||||
|
|
||||||
|
void SV_SaveInfos(FILE *f);
|
||||||
|
|
||||||
|
|
||||||
void Master_Heartbeat (void);
|
void Master_Heartbeat (void);
|
||||||
void Master_Packet (void);
|
void Master_Packet (void);
|
||||||
|
@ -837,6 +839,9 @@ void SV_SetMoveVars(void);
|
||||||
//
|
//
|
||||||
// sv_send.c
|
// sv_send.c
|
||||||
//
|
//
|
||||||
|
void SV_QCStat(int type, char *name, int statnum);
|
||||||
|
void SV_ClearQCStats(void);
|
||||||
|
|
||||||
void SV_SendClientMessages (void);
|
void SV_SendClientMessages (void);
|
||||||
|
|
||||||
void SV_Multicast (vec3_t origin, multicast_t to);
|
void SV_Multicast (vec3_t origin, multicast_t to);
|
||||||
|
|
Loading…
Reference in a new issue