equal
deleted
inserted
replaced
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); |