src/newgrf.cpp
changeset 8214 971f861d5543
parent 8198 a1d062c165b5
child 8221 59791d0e0c04
equal deleted inserted replaced
8213:7bdd7593eb9b 8214:971f861d5543
    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  *