summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/rail_widget.h2
-rw-r--r--src/widgets/road_widget.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/rail_widget.h b/src/widgets/rail_widget.h
index f977f4480..2351e2096 100644
--- a/src/widgets/rail_widget.h
+++ b/src/widgets/rail_widget.h
@@ -58,6 +58,8 @@ enum BuildRailStationWidgets {
WID_BRAS_HIGHLIGHT_OFF, ///< Button for turning coverage highlighting off.
WID_BRAS_HIGHLIGHT_ON, ///< Button for turning coverage highlighting on.
+ WID_BRAS_ELEVATOR_OFF, ///< Button for turning elevator station off.
+ WID_BRAS_ELEVATOR_ON, ///< Button for turning elevator station on.
WID_BRAS_COVERAGE_TEXTS, ///< Empty space for the coverage texts.
WID_BRAS_MATRIX, ///< Matrix widget displaying the available stations.
diff --git a/src/widgets/road_widget.h b/src/widgets/road_widget.h
index f022489e5..12b71dd42 100644
--- a/src/widgets/road_widget.h
+++ b/src/widgets/road_widget.h
@@ -51,6 +51,8 @@ enum BuildRoadStationWidgets {
WID_BROS_STATION_Y, ///< Drive-through station in y-direction.
WID_BROS_LT_OFF, ///< Turn off area highlight.
WID_BROS_LT_ON, ///< Turn on area highlight.
+ WID_BROS_ELEVATOR_OFF, ///< No elevator station.
+ WID_BROS_ELEVATOR_ON, ///< Elevator station.
WID_BROS_INFO, ///< Station acceptance info.
};