summaryrefslogtreecommitdiff
path: root/src/vehicle_gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r--src/vehicle_gui.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h
index 855b750ca..fb3516ec4 100644
--- a/src/vehicle_gui.h
+++ b/src/vehicle_gui.h
@@ -35,6 +35,14 @@ enum VehicleViewWindowWidgets {
VVW_WIDGET_FORCE_PROCEED,
};
+/** The tabs in the train details window */
+enum TrainDetailsWindowTabs {
+ TDW_TAB_CARGO = 0, ///< Tab with cargo carried by the vehicles
+ TDW_TAB_INFO, ///< Tab with name and value of the vehicles
+ TDW_TAB_CAPACITY, ///< Tab with cargo capacity of the vehicles
+ TDW_TAB_TOTALS, ///< Tab with sum of total cargo transported
+};
+
/** Vehicle List Window type flags */
enum {
VLW_STANDARD = 0 << 8,