player_gui.c
changeset 2159 f6284cf5fab0
parent 2064 e6a2b42d0b15
child 2163 b17b313113a0
equal deleted inserted replaced
2158:722042326977 2159:f6284cf5fab0
     9 #include "player.h"
     9 #include "player.h"
    10 #include "command.h"
    10 #include "command.h"
    11 #include "vehicle.h"
    11 #include "vehicle.h"
    12 #include "economy.h"
    12 #include "economy.h"
    13 #include "network.h"
    13 #include "network.h"
       
    14 #include "variables.h"
    14 
    15 
    15 #ifdef ENABLE_NETWORK
    16 #ifdef ENABLE_NETWORK
    16 #include "network_data.h"
    17 #include "network_data.h"
    17 #include "network_client.h"
    18 #include "network_client.h"
    18 #endif
    19 #endif