equal
deleted
inserted
replaced
13 #include "spritecache.h" |
13 #include "spritecache.h" |
14 #include "station.h" |
14 #include "station.h" |
15 #include "sprite.h" |
15 #include "sprite.h" |
16 #include "newgrf.h" |
16 #include "newgrf.h" |
17 #include "variables.h" |
17 #include "variables.h" |
18 #include "string.h" |
|
19 #include "table/strings.h" |
18 #include "table/strings.h" |
20 #include "bridge.h" |
19 #include "bridge.h" |
21 #include "town.h" |
20 #include "town.h" |
22 #include "newgrf_engine.h" |
21 #include "newgrf_engine.h" |
23 #include "newgrf_text.h" |
22 #include "newgrf_text.h" |
44 #include "strings_func.h" |
43 #include "strings_func.h" |
45 #include "gfx_func.h" |
44 #include "gfx_func.h" |
46 #include "date_func.h" |
45 #include "date_func.h" |
47 #include "vehicle_func.h" |
46 #include "vehicle_func.h" |
48 #include "sound_func.h" |
47 #include "sound_func.h" |
|
48 #include "string_func.h" |
49 |
49 |
50 /* TTDPatch extended GRF format codec |
50 /* TTDPatch extended GRF format codec |
51 * (c) Petr Baudis 2004 (GPL'd) |
51 * (c) Petr Baudis 2004 (GPL'd) |
52 * Changes by Florian octo Forster are (c) by the OpenTTD development team. |
52 * Changes by Florian octo Forster are (c) by the OpenTTD development team. |
53 * |
53 * |