src/newgrf_station.h
changeset 8785 871586967963
parent 8295 70fa977c9c65
child 8786 1823ff88a054
equal deleted inserted replaced
8784:c2e9d649a9ce 8785:871586967963
     7 
     7 
     8 #include "engine.h"
     8 #include "engine.h"
     9 #include "newgrf_callbacks.h"
     9 #include "newgrf_callbacks.h"
    10 #include "newgrf_cargo.h"
    10 #include "newgrf_cargo.h"
    11 #include "tile_type.h"
    11 #include "tile_type.h"
       
    12 #include "station_type.h"
    12 #include "strings_type.h"
    13 #include "strings_type.h"
       
    14 #include "sprite.h"
       
    15 #include "direction_type.h"
    13 
    16 
    14 enum StationClassID {
    17 enum StationClassID {
    15 	STAT_CLASS_BEGIN = 0,    ///< the lowest valid value
    18 	STAT_CLASS_BEGIN = 0,    ///< the lowest valid value
    16 	STAT_CLASS_DFLT = 0,     ///< Default station class.
    19 	STAT_CLASS_DFLT = 0,     ///< Default station class.
    17 	STAT_CLASS_WAYP,         ///< Waypoint class.
    20 	STAT_CLASS_WAYP,         ///< Waypoint class.