(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.

This commit is contained in:
rubidium
2008-03-31 00:06:17 +00:00
parent 4a1035ab95
commit 2edd403656
53 changed files with 130 additions and 121 deletions

View File

@@ -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,