src/network/network.cpp
changeset 8131 160939e24ed3
parent 8119 52b48108425a
child 8133 3ab8eaf85ca0
equal deleted inserted replaced
8130:d2eb7d04f6e1 8131:160939e24ed3
     7 
     7 
     8 #ifdef ENABLE_NETWORK
     8 #ifdef ENABLE_NETWORK
     9 
     9 
    10 #include "../openttd.h"
    10 #include "../openttd.h"
    11 #include "../debug.h"
    11 #include "../debug.h"
    12 #include "../functions.h"
       
    13 #include "../string.h"
    12 #include "../string.h"
    14 #include "../strings_func.h"
    13 #include "../strings_func.h"
    15 #include "../map.h"
    14 #include "../map.h"
    16 #include "../command_func.h"
    15 #include "../command_func.h"
    17 #include "../variables.h"
    16 #include "../variables.h"
    29 #include "../console.h" /* IConsoleCmdExec */
    28 #include "../console.h" /* IConsoleCmdExec */
    30 #include <stdarg.h> /* va_list */
    29 #include <stdarg.h> /* va_list */
    31 #include "../md5.h"
    30 #include "../md5.h"
    32 #include "../fileio.h"
    31 #include "../fileio.h"
    33 #include "../texteff.hpp"
    32 #include "../texteff.hpp"
       
    33 #include "../core/random_func.hpp"
       
    34 #include "../window_func.h"
    34 
    35 
    35 /* Check whether NETWORK_NUM_LANDSCAPES is still in sync with NUM_LANDSCAPE */
    36 /* Check whether NETWORK_NUM_LANDSCAPES is still in sync with NUM_LANDSCAPE */
    36 assert_compile((int)NETWORK_NUM_LANDSCAPES == (int)NUM_LANDSCAPE);
    37 assert_compile((int)NETWORK_NUM_LANDSCAPES == (int)NUM_LANDSCAPE);
    37 
    38 
    38 // global variables (declared in network_data.h)
    39 // global variables (declared in network_data.h)