equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 #ifdef ENABLE_NETWORK |
3 #ifdef ENABLE_NETWORK |
4 #include "../stdafx.h" |
4 #include "../stdafx.h" |
5 #include "../openttd.h" |
5 #include "../openttd.h" |
6 #include "../string.h" |
|
7 #include "../strings_func.h" |
6 #include "../strings_func.h" |
8 #include "../table/sprites.h" |
7 #include "../table/sprites.h" |
9 #include "network.h" |
8 #include "network.h" |
10 #include "../date_func.h" |
9 #include "../date_func.h" |
11 |
10 |
19 #include "../window_gui.h" |
18 #include "../window_gui.h" |
20 #include "../textbuf_gui.h" |
19 #include "../textbuf_gui.h" |
21 #include "../variables.h" |
20 #include "../variables.h" |
22 #include "network_server.h" |
21 #include "network_server.h" |
23 #include "network_udp.h" |
22 #include "network_udp.h" |
24 #include "../string.h" |
|
25 #include "../town.h" |
23 #include "../town.h" |
26 #include "../newgrf.h" |
24 #include "../newgrf.h" |
27 #include "../functions.h" |
25 #include "../functions.h" |
28 #include "../window_func.h" |
26 #include "../window_func.h" |
29 #include "../core/alloc_func.hpp" |
27 #include "../core/alloc_func.hpp" |
|
28 #include "../string_func.h" |
30 |
29 |
31 #define BGC 5 |
30 #define BGC 5 |
32 #define BTC 15 |
31 #define BTC 15 |
33 |
32 |
34 struct chatquerystr_d : public querystr_d { |
33 struct chatquerystr_d : public querystr_d { |