forked from mirror/OpenTTD
(svn r176) -Fix: network_gui const and warnings fixes (Tron)
This commit is contained in:
@@ -137,7 +137,7 @@ void NetworkCoreInit();
|
||||
void NetworkCoreShutdown();
|
||||
void NetworkCoreDisconnect();
|
||||
void NetworkCoreLoop(bool incomming);
|
||||
bool NetworkCoreConnectGame(byte* b, unsigned short port);
|
||||
bool NetworkCoreConnectGame(const byte* b, unsigned short port);
|
||||
bool NetworkCoreStartGame();
|
||||
|
||||
void NetworkLobbyShutdown();
|
||||
|
Reference in New Issue
Block a user