src/newgrf_station.h
branchnoai
changeset 9723 eee46cb39750
parent 9694 e72987579514
child 8733 9e2d2a2619ff
child 9724 b39bc69bb2f2
equal deleted inserted replaced
9722:ebf0ece7d8f6 9723:eee46cb39750
     6 #define NEWGRF_STATION_H
     6 #define NEWGRF_STATION_H
     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 "helpers.hpp"
       
    12 
    11 
    13 enum StationClassID {
    12 enum StationClassID {
    14 	STAT_CLASS_BEGIN = 0,    ///< the lowest valid value
    13 	STAT_CLASS_BEGIN = 0,    ///< the lowest valid value
    15 	STAT_CLASS_DFLT = 0,     ///< Default station class.
    14 	STAT_CLASS_DFLT = 0,     ///< Default station class.
    16 	STAT_CLASS_WAYP,         ///< Waypoint class.
    15 	STAT_CLASS_WAYP,         ///< Waypoint class.