network_server.c
changeset 2159 3b634157c3b2
parent 2081 3339c5808316
child 2162 c1ded3bd3d0c
equal deleted inserted replaced
2158:b134d7479c0e 2159:3b634157c3b2
    13 #include "command.h"
    13 #include "command.h"
    14 #include "gfx.h"
    14 #include "gfx.h"
    15 #include "vehicle.h"
    15 #include "vehicle.h"
    16 #include "station.h"
    16 #include "station.h"
    17 #include "settings.h"
    17 #include "settings.h"
       
    18 #include "variables.h"
    18 
    19 
    19 // This file handles all the server-commands
    20 // This file handles all the server-commands
    20 
    21 
    21 void NetworkHandleCommandQueue(NetworkClientState *cs);
    22 void NetworkHandleCommandQueue(NetworkClientState *cs);
    22 void NetworkPopulateCompanyInfo(void);
    23 void NetworkPopulateCompanyInfo(void);