File diff r23482:de566f8c088d → r23483:3733e6b8ff17
src/network/core/game.h
Show inline comments
 
@@ -19,8 +19,6 @@
 
#include "../../newgrf_config.h"
 
#include "../../date_type.h"
 

	
 
#ifdef ENABLE_NETWORK
 

	
 
/**
 
 * The game information that is not generated on-the-fly and has to
 
 * be sent to the clients.
 
@@ -58,6 +56,4 @@ struct NetworkGameInfo : NetworkServerGa
 

	
 
const char * GetNetworkRevisionString();
 

	
 
#endif /* ENABLE_NETWORK */
 

	
 
#endif /* NETWORK_CORE_GAME_H */