network_data.c
changeset 4826 6a545d194528
parent 4077 d4d440dd8925
child 4880 aac84a9dcd03
equal deleted inserted replaced
4825:469333124a3e 4826:6a545d194528
     1 /* $Id$ */
     1 /* $Id$ */
       
     2 
       
     3 #ifdef ENABLE_NETWORK
     2 
     4 
     3 #include "stdafx.h"
     5 #include "stdafx.h"
     4 #include "debug.h"
     6 #include "debug.h"
     5 #include "network_data.h"
     7 #include "network_data.h"
     6 
       
     7 // Is the network enabled?
       
     8 #ifdef ENABLE_NETWORK
       
     9 
       
    10 #include "functions.h"
     8 #include "functions.h"
    11 #include "string.h"
     9 #include "string.h"
    12 #include "table/strings.h"
    10 #include "table/strings.h"
    13 #include "network_client.h"
    11 #include "network_client.h"
    14 #include "command.h"
    12 #include "command.h"