(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)

This commit is contained in:
Darkvater
2005-05-14 23:48:39 +00:00
parent 9cfb89cf24
commit d1b068355c
6 changed files with 14 additions and 5 deletions

View File

@@ -199,6 +199,7 @@ VARDEF uint8 _network_autoclean_protected; // Unprotect a company after X mont
VARDEF uint16 _network_restart_game_date; // If this year is reached, the server automaticly restarts
NetworkGameList *NetworkQueryServer(const char* host, unsigned short port, bool game_info);
void CSleep(int milliseconds);
#endif /* ENABLE_NETWORK */