network.h
changeset 1812 5b4d1af6b904
parent 1804 7810fc0aa941
child 2071 37c57d697d9b
--- a/network.h	Sat May 14 22:51:15 2005 +0000
+++ b/network.h	Sat May 14 23:48:39 2005 +0000
@@ -199,6 +199,7 @@
 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 */