equal
deleted
inserted
replaced
1 /* $Id$ */ |
1 /* $Id$ */ |
2 |
2 |
3 #include "stdafx.h" |
3 #include "stdafx.h" |
4 #include "openttd.h" |
|
5 #include "debug.h" |
|
6 #include "functions.h" |
|
7 #include "string.h" |
|
8 #include "strings.h" |
|
9 #include "map.h" |
|
10 #include "network_data.h" |
4 #include "network_data.h" |
11 #include "command.h" |
|
12 #include "variables.h" |
|
13 #include "date.h" |
|
14 |
5 |
15 #if defined(WITH_REV) |
6 #if defined(WITH_REV) |
16 extern const char _openttd_revision[]; |
7 extern const char _openttd_revision[]; |
17 #elif defined(WITH_REV_HACK) |
8 #elif defined(WITH_REV_HACK) |
18 #define WITH_REV |
9 #define WITH_REV |
22 #endif |
13 #endif |
23 |
14 |
24 |
15 |
25 #ifdef ENABLE_NETWORK |
16 #ifdef ENABLE_NETWORK |
26 |
17 |
|
18 #include "openttd.h" |
|
19 #include "debug.h" |
|
20 #include "functions.h" |
|
21 #include "string.h" |
|
22 #include "strings.h" |
|
23 #include "map.h" |
|
24 #include "command.h" |
|
25 #include "variables.h" |
|
26 #include "date.h" |
27 #include "table/strings.h" |
27 #include "table/strings.h" |
28 #include "network_client.h" |
28 #include "network_client.h" |
29 #include "network_server.h" |
29 #include "network_server.h" |
30 #include "network_udp.h" |
30 #include "network_udp.h" |
31 #include "network_gamelist.h" |
31 #include "network_gamelist.h" |