mirror of
https://github.com/ZDoom/Raze.git
synced 2024-12-15 23:20:53 +00:00
936ce5a866
# Conflicts: # platform/Windows/exhumed.vcxproj # platform/Windows/exhumed.vcxproj.filters
14 lines
231 B
C
14 lines
231 B
C
|
|
#ifndef __network_h__
|
|
#define __network_h__
|
|
|
|
extern short nNetMoveFrames;
|
|
|
|
void SendGoodbye();
|
|
void UpdateNetInputs();
|
|
int InitNet(short nSocket, int nPlayers);
|
|
int InitSerial();
|
|
void AbortNetworkPlay();
|
|
void UnInitNet();
|
|
|
|
#endif
|