network.h
changeset 4716 d9ca1be9d04b
parent 4344 5d0e40cd67b9
child 4829 cb6ad7332c52
--- a/network.h	Tue Oct 03 16:05:11 2006 +0000
+++ b/network.h	Tue Oct 03 16:15:34 2006 +0000
@@ -207,6 +207,7 @@
 VARDEF uint8 _network_autoclean_protected;   // Unprotect a company after X months
 
 VARDEF Year _network_restart_game_year;      // If this year is reached, the server automaticly restarts
+VARDEF uint8 _network_min_players;           // Minimum number of players for game to unpause
 
 NetworkGameList *NetworkQueryServer(const char* host, unsigned short port, bool game_info);
 
@@ -221,6 +222,7 @@
 void NetworkRebuildHostList(void);
 bool NetworkChangeCompanyPassword(byte argc, char *argv[]);
 void NetworkPopulateCompanyInfo(void);
+void CheckMinPlayers(void);
 
 #endif /* ENABLE_NETWORK */