mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-16 01:11:44 +00:00
MSVC build fix
git-svn-id: https://svn.eduke32.com/eduke32@7296 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
8447e3392d
commit
a24c720e11
1 changed files with 4 additions and 0 deletions
|
@ -74,6 +74,10 @@ void faketimerhandler(void)
|
|||
|
||||
enet_host_service(g_netServer ? g_netServer : g_netClient, NULL, 0);
|
||||
}
|
||||
|
||||
static void Net_Disconnect(void);
|
||||
static void Net_HandleClientPackets(void);
|
||||
static void Net_HandleServerPackets(void);
|
||||
#endif
|
||||
|
||||
void Net_GetPackets(void)
|
||||
|
|
Loading…
Reference in a new issue