equal
deleted
inserted
replaced
2 |
2 |
3 #ifdef ENABLE_NETWORK |
3 #ifdef ENABLE_NETWORK |
4 |
4 |
5 #include "../stdafx.h" |
5 #include "../stdafx.h" |
6 #include "../debug.h" |
6 #include "../debug.h" |
7 #include "../string.h" |
|
8 #include "../openttd.h" |
7 #include "../openttd.h" |
9 #include "network_data.h" |
8 #include "network_data.h" |
10 #include "core/tcp.h" |
9 #include "core/tcp.h" |
11 #include "table/strings.h" |
10 #include "table/strings.h" |
12 #include "network_client.h" |
11 #include "network_client.h" |
20 #include "../core/alloc_func.hpp" |
19 #include "../core/alloc_func.hpp" |
21 #include "../fileio.h" |
20 #include "../fileio.h" |
22 #include "../md5.h" |
21 #include "../md5.h" |
23 #include "../strings_func.h" |
22 #include "../strings_func.h" |
24 #include "../window_func.h" |
23 #include "../window_func.h" |
|
24 #include "../string_func.h" |
25 |
25 |
26 // This file handles all the client-commands |
26 // This file handles all the client-commands |
27 |
27 |
28 |
28 |
29 // So we don't make too much typos ;) |
29 // So we don't make too much typos ;) |