summaryrefslogtreecommitdiff
path: root/src/station_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-31 00:06:17 +0000
committerrubidium <rubidium@openttd.org>2008-03-31 00:06:17 +0000
commitc51b81c24781faad386950578a1045c9dd038fc5 (patch)
treeeb3da2680e728750995c9c6d9df9bee5c7028211 /src/station_type.h
parentb84b16cfcd06f66f44aa2ff8ad8382776662773d (diff)
downloadopenttd-c51b81c24781faad386950578a1045c9dd038fc5.tar.xz
(svn r12489) -Codechange: split station.h into station_base.h and station_func.h.
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,