src/strings.cpp
changeset 8640 1e93b81e96d2
parent 8636 2b158acb649c
child 8697 8087ef158f01
equal deleted inserted replaced
8639:afebb18ecef5 8640:1e93b81e96d2
     8 #include "string.h"
     8 #include "string.h"
     9 #include "table/strings.h"
     9 #include "table/strings.h"
    10 #include "namegen.h"
    10 #include "namegen.h"
    11 #include "station.h"
    11 #include "station.h"
    12 #include "town.h"
    12 #include "town.h"
    13 #include "vehicle.h"
       
    14 #include "news.h"
    13 #include "news.h"
    15 #include "screenshot.h"
    14 #include "screenshot.h"
    16 #include "waypoint.h"
    15 #include "waypoint.h"
    17 #include "industry.h"
    16 #include "industry.h"
    18 #include "variables.h"
    17 #include "variables.h"
    24 #include "cargotype.h"
    23 #include "cargotype.h"
    25 #include "group.h"
    24 #include "group.h"
    26 #include "debug.h"
    25 #include "debug.h"
    27 #include "newgrf_townname.h"
    26 #include "newgrf_townname.h"
    28 #include "signs.h"
    27 #include "signs.h"
    29 #include "vehicle.h"
       
    30 #include "newgrf_engine.h"
    28 #include "newgrf_engine.h"
    31 #include "spritecache.h"
    29 #include "spritecache.h"
    32 #include "fontcache.h"
    30 #include "fontcache.h"
    33 #include "gui.h"
    31 #include "gui.h"
    34 #include "strings_func.h"
    32 #include "strings_func.h"
    35 #include "functions.h"
    33 #include "functions.h"
    36 #include "core/endian_func.hpp"
    34 #include "core/endian_func.hpp"
    37 #include "date_func.h"
    35 #include "date_func.h"
       
    36 #include "vehicle_base.h"
    38 
    37 
    39 /* for opendir/readdir/closedir */
    38 /* for opendir/readdir/closedir */
    40 # include "fios.h"
    39 # include "fios.h"
    41 
    40 
    42 DynamicLanguages _dynlang;
    41 DynamicLanguages _dynlang;