File diff r8784:f3d6ba8eb078 → r8785:8312063c5ee4
src/station_type.h
Show inline comments
 
@@ -23,6 +23,12 @@ enum StationType {
 
	STATION_BUOY
 
};
 

	
 
/** Types of RoadStops */
 
enum RoadStopType {
 
	ROADSTOP_BUS,    ///< A standard stop for buses
 
	ROADSTOP_TRUCK   ///< A standard stop for trucks
 
};
 

	
 
enum {
 
	FACIL_TRAIN      = 0x01,
 
	FACIL_TRUCK_STOP = 0x02,