(svn r176) -Fix: network_gui const and warnings fixes (Tron)

This commit is contained in:
darkvater
2004-09-07 19:34:55 +00:00
parent bf9c8068be
commit 3a241b5cce
4 changed files with 32 additions and 36 deletions

View File

@@ -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();