summaryrefslogtreecommitdiff
path: root/src/station_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_type.h')
-rw-r--r--src/station_type.h6
1 files changed, 6 insertions, 0 deletions
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,