changeset 8709 | 4187ad809fe7 |
parent 8636 | 2b158acb649c |
child 8710 | 52015340050c |
8708:0c29fbc79be4 | 8709:4187ad809fe7 |
---|---|
17 #include "table/strings.h" |
17 #include "table/strings.h" |
18 #include "newgrf.h" |
18 #include "newgrf.h" |
19 #include "newgrf_text.h" |
19 #include "newgrf_text.h" |
20 #include "table/control_codes.h" |
20 #include "table/control_codes.h" |
21 #include "strings_func.h" |
21 #include "strings_func.h" |
22 #include "core/alloc_func.hpp" |
|
23 #include "newgrf_storage.h" |
|
22 |
24 |
23 #define GRFTAB 28 |
25 #define GRFTAB 28 |
24 #define TABSIZE 11 |
26 #define TABSIZE 11 |
25 |
27 |
26 /** |
28 /** |