Fixed some warnings with regards to undefined q3 functions..
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1328 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
403e6722e5
commit
9e412475c2
1 changed files with 12 additions and 0 deletions
|
@ -934,6 +934,18 @@ void SV_WriteFrameToClient (client_t *client, sizebuf_t *msg);
|
|||
void MSGQ2_WriteDeltaEntity (q2entity_state_t *from, q2entity_state_t *to, sizebuf_t *msg, qboolean force, qboolean newentity);
|
||||
#endif
|
||||
|
||||
//q3 stuff
|
||||
#ifdef Q3SERVER
|
||||
void SVQ3_ShutdownGame(void);
|
||||
qboolean SVQ3_InitGame(void);
|
||||
qboolean SVQ3_ConsoleCommand(void);
|
||||
void SVQ3_HandleClient(void);
|
||||
void SVQ3_DirectConnect(void);
|
||||
void SVQ3_RunFrame(void);
|
||||
void SVQ3_SendMessage(client_t *client);
|
||||
qboolean SVQ3_Command(void);
|
||||
#endif
|
||||
|
||||
|
||||
//
|
||||
// sv_phys.c
|
||||
|
|
Loading…
Reference in a new issue