mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 19:20:46 +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
|