(svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.
This commit is contained in:
@@ -179,7 +179,7 @@ void UpdateNetworkGameWindow(bool unselect);
|
||||
void CheckMinPlayers(void);
|
||||
|
||||
void NetworkStartUp(void);
|
||||
void NetworkUDPStop(void);
|
||||
void NetworkUDPCloseAll();
|
||||
void NetworkShutDown(void);
|
||||
void NetworkGameLoop(void);
|
||||
void NetworkUDPGameLoop(void);
|
||||
|
Reference in New Issue
Block a user