network.c
changeset 663 80c66fd07863
parent 662 22708a1cbba9
child 668 1fe298df8526
equal deleted inserted replaced
662:22708a1cbba9 663:80c66fd07863
     1 #include "stdafx.h"
     1 #include "stdafx.h"
     2 #include "network_data.h"
     2 #include "network_data.h"
       
     3 
       
     4 #if defined(WITH_REV)
       
     5 	extern const char _openttd_revision[];
       
     6 #elif defined(WITH_REV_HACK)
       
     7 	#define WITH_REV
       
     8 	const char _openttd_revision[] = WITH_REV_HACK;
       
     9 #else
       
    10 	const char _openttd_revision[] = NOREV_STRING;
       
    11 #endif
       
    12 
     3 
    13 
     4 #ifdef ENABLE_NETWORK
    14 #ifdef ENABLE_NETWORK
     5 
    15 
     6 #include "table/strings.h"
    16 #include "table/strings.h"
     7 #include "network_client.h"
    17 #include "network_client.h"