src/newgrf_text.cpp
changeset 8140 0d0d8c94f84b
parent 8130 d2eb7d04f6e1
child 8213 7bdd7593eb9b
equal deleted inserted replaced
8139:4e91c448c409 8140:0d0d8c94f84b
    16 #include "variables.h"
    16 #include "variables.h"
    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 "date.h"
       
    22 #include "strings_func.h"
    21 #include "strings_func.h"
    23 
    22 
    24 #define GRFTAB  28
    23 #define GRFTAB  28
    25 #define TABSIZE 11
    24 #define TABSIZE 11
    26 
    25