equal
deleted
inserted
replaced
3 /** @file strings.cpp */ |
3 /** @file strings.cpp */ |
4 |
4 |
5 #include "stdafx.h" |
5 #include "stdafx.h" |
6 #include "openttd.h" |
6 #include "openttd.h" |
7 #include "currency.h" |
7 #include "currency.h" |
8 #include "functions.h" |
|
9 #include "string.h" |
8 #include "string.h" |
10 #include "table/strings.h" |
9 #include "table/strings.h" |
11 #include "namegen.h" |
10 #include "namegen.h" |
12 #include "station.h" |
11 #include "station.h" |
13 #include "town.h" |
12 #include "town.h" |
32 #include "newgrf_engine.h" |
31 #include "newgrf_engine.h" |
33 #include "spritecache.h" |
32 #include "spritecache.h" |
34 #include "fontcache.h" |
33 #include "fontcache.h" |
35 #include "gui.h" |
34 #include "gui.h" |
36 #include "strings_func.h" |
35 #include "strings_func.h" |
|
36 #include "functions.h" |
37 #if defined(TTD_BIG_ENDIAN) |
37 #if defined(TTD_BIG_ENDIAN) |
38 #include "core/endian_func.hpp" |
38 #include "core/endian_func.hpp" |
39 #endif |
39 #endif |
40 |
40 |
41 /* for opendir/readdir/closedir */ |
41 /* for opendir/readdir/closedir */ |