From 2edd403656281f774e4a53251395b7b647a1c48b Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 31 Mar 2008 00:06:17 +0000 Subject: (svn r12489) -Codechange: split station.h into station_base.h and station_func.h. --- src/station_type.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/station_type.h') diff --git a/src/station_type.h b/src/station_type.h index 17ed0ff46..d88972021 100644 --- a/src/station_type.h +++ b/src/station_type.h @@ -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, -- cgit v1.2.3-54-g00ecf