src/newgrf_station.cpp
changeset 8140 0d0d8c94f84b
parent 8130 d2eb7d04f6e1
child 8237 6f925c9cf836
equal deleted inserted replaced
8139:4e91c448c409 8140:0d0d8c94f84b
    16 #include "newgrf.h"
    16 #include "newgrf.h"
    17 #include "newgrf_callbacks.h"
    17 #include "newgrf_callbacks.h"
    18 #include "newgrf_commons.h"
    18 #include "newgrf_commons.h"
    19 #include "newgrf_station.h"
    19 #include "newgrf_station.h"
    20 #include "newgrf_spritegroup.h"
    20 #include "newgrf_spritegroup.h"
    21 #include "date.h"
       
    22 #include "cargotype.h"
    21 #include "cargotype.h"
    23 #include "town_map.h"
    22 #include "town_map.h"
    24 #include "newgrf_town.h"
    23 #include "newgrf_town.h"
    25 #include "gfx_func.h"
    24 #include "gfx_func.h"
       
    25 #include "date_func.h"
    26 
    26 
    27 static StationClass station_classes[STAT_CLASS_MAX];
    27 static StationClass station_classes[STAT_CLASS_MAX];
    28 
    28 
    29 enum {
    29 enum {
    30 	MAX_SPECLIST = 255,
    30 	MAX_SPECLIST = 255,