network.c
changeset 4826 6a545d194528
parent 4716 8a05bf6d951d
child 4829 9a0a034d0f55
equal deleted inserted replaced
4825:469333124a3e 4826:6a545d194528
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 #include "stdafx.h"
     3 #include "stdafx.h"
     4 #include "openttd.h"
       
     5 #include "debug.h"
       
     6 #include "functions.h"
       
     7 #include "string.h"
       
     8 #include "strings.h"
       
     9 #include "map.h"
       
    10 #include "network_data.h"
     4 #include "network_data.h"
    11 #include "command.h"
       
    12 #include "variables.h"
       
    13 #include "date.h"
       
    14 
     5 
    15 #if defined(WITH_REV)
     6 #if defined(WITH_REV)
    16 	extern const char _openttd_revision[];
     7 	extern const char _openttd_revision[];
    17 #elif defined(WITH_REV_HACK)
     8 #elif defined(WITH_REV_HACK)
    18 	#define WITH_REV
     9 	#define WITH_REV
    22 #endif
    13 #endif
    23 
    14 
    24 
    15 
    25 #ifdef ENABLE_NETWORK
    16 #ifdef ENABLE_NETWORK
    26 
    17 
       
    18 #include "openttd.h"
       
    19 #include "debug.h"
       
    20 #include "functions.h"
       
    21 #include "string.h"
       
    22 #include "strings.h"
       
    23 #include "map.h"
       
    24 #include "command.h"
       
    25 #include "variables.h"
       
    26 #include "date.h"
    27 #include "table/strings.h"
    27 #include "table/strings.h"
    28 #include "network_client.h"
    28 #include "network_client.h"
    29 #include "network_server.h"
    29 #include "network_server.h"
    30 #include "network_udp.h"
    30 #include "network_udp.h"
    31 #include "network_gamelist.h"
    31 #include "network_gamelist.h"