mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-20 13:36:57 +00:00
Include #ifdef to make it easier to create a stand-alone binary.
This commit is contained in:
parent
ca5fabe8c6
commit
b3822d03e2
10 changed files with 84 additions and 20 deletions
|
@ -290,7 +290,9 @@ void SV_GetChallenge( netadr_t from );
|
|||
|
||||
void SV_DirectConnect( netadr_t from );
|
||||
|
||||
#ifndef STANDALONE
|
||||
void SV_AuthorizeIpPacket( netadr_t from );
|
||||
#endif
|
||||
|
||||
void SV_ExecuteClientMessage( client_t *cl, msg_t *msg );
|
||||
void SV_UserinfoChanged( client_t *cl );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue