src/newgrf_station.cpp
changeset 8123 ce31d2843a95
parent 8121 3bc6351e7369
child 8130 d2eb7d04f6e1
equal deleted inserted replaced
8122:986d42e2281d 8123:ce31d2843a95
    21 #include "date.h"
    21 #include "date.h"
    22 #include "helpers.hpp"
    22 #include "helpers.hpp"
    23 #include "cargotype.h"
    23 #include "cargotype.h"
    24 #include "town_map.h"
    24 #include "town_map.h"
    25 #include "newgrf_town.h"
    25 #include "newgrf_town.h"
    26 #include "gfx.h"
    26 #include "gfx_func.h"
    27 
    27 
    28 static StationClass station_classes[STAT_CLASS_MAX];
    28 static StationClass station_classes[STAT_CLASS_MAX];
    29 
    29 
    30 enum {
    30 enum {
    31 	MAX_SPECLIST = 255,
    31 	MAX_SPECLIST = 255,