newgrf_station.h
changeset 3866 b13553406a0a
parent 3865 b80b50f14fcd
child 3900 2c84ed52709d
equal deleted inserted replaced
3865:b80b50f14fcd 3866:b13553406a0a
     4 
     4 
     5 #ifndef NEWGRF_STATION_H
     5 #ifndef NEWGRF_STATION_H
     6 #define NEWGRF_STATION_H
     6 #define NEWGRF_STATION_H
     7 
     7 
     8 #include "engine.h"
     8 #include "engine.h"
       
     9 #include "newgrf_cargo.h"
     9 
    10 
    10 typedef enum {
    11 typedef enum {
    11 	STAT_CLASS_DFLT,     ///< Default station class.
    12 	STAT_CLASS_DFLT,     ///< Default station class.
    12 	STAT_CLASS_WAYP,     ///< Waypoint class.
    13 	STAT_CLASS_WAYP,     ///< Waypoint class.
    13 	STAT_CLASS_MAX = 32, ///< Maximum number of classes.
    14 	STAT_CLASS_MAX = 32, ///< Maximum number of classes.