src/newgrf_text.cpp
changeset 8214 971f861d5543
parent 8213 7bdd7593eb9b
child 8264 b1e85998c7d3
equal deleted inserted replaced
8213:7bdd7593eb9b 8214:971f861d5543
    10  */
    10  */
    11 
    11 
    12 #include "stdafx.h"
    12 #include "stdafx.h"
    13 #include "debug.h"
    13 #include "debug.h"
    14 #include "openttd.h"
    14 #include "openttd.h"
    15 #include "string.h"
       
    16 #include "variables.h"
    15 #include "variables.h"
    17 #include "table/strings.h"
    16 #include "table/strings.h"
    18 #include "newgrf.h"
    17 #include "newgrf.h"
    19 #include "newgrf_text.h"
    18 #include "newgrf_text.h"
    20 #include "table/control_codes.h"
    19 #include "table/control_codes.h"
    21 #include "strings_func.h"
    20 #include "strings_func.h"
    22 #include "core/alloc_func.hpp"
    21 #include "core/alloc_func.hpp"
    23 #include "newgrf_storage.h"
    22 #include "newgrf_storage.h"
       
    23 #include "string_func.h"
    24 
    24 
    25 #define GRFTAB  28
    25 #define GRFTAB  28
    26 #define TABSIZE 11
    26 #define TABSIZE 11
    27 
    27 
    28 /**
    28 /**