summaryrefslogtreecommitdiff
path: root/src/widgets/newgrf_debug_widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/newgrf_debug_widget.h')
-rw-r--r--src/widgets/newgrf_debug_widget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/newgrf_debug_widget.h b/src/widgets/newgrf_debug_widget.h
index af24549c1..b719bcfc5 100644
--- a/src/widgets/newgrf_debug_widget.h
+++ b/src/widgets/newgrf_debug_widget.h
@@ -16,6 +16,9 @@
enum NewGRFInspectWidgets {
WID_NGRFI_CAPTION, ///< The caption bar of course.
WID_NGRFI_PARENT, ///< Inspect the parent.
+ WID_NGRFI_VEH_PREV, ///< Go to previous vehicle in chain.
+ WID_NGRFI_VEH_NEXT, ///< Go to next vehicle in chain.
+ WID_NGRFI_VEH_CHAIN, ///< Display for vehicle chain.
WID_NGRFI_MAINPANEL, ///< Panel widget containing the actual data.
WID_NGRFI_SCROLLBAR, ///< Scrollbar.
};