src/newgrf_text.cpp
changeset 8710 52015340050c
parent 8709 4187ad809fe7
child 8760 ce0891c412ce
equal deleted inserted replaced
8709:4187ad809fe7 8710:52015340050c
    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 /**