Debug: Add button to duplicate debug window

This commit is contained in:
Jonathan G Rennison
2022-06-07 17:23:10 +01:00
parent 74681f70d9
commit a818157c57
5 changed files with 29 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ enum NewGRFInspectWidgets {
WID_NGRFI_SCROLLBAR, ///< Scrollbar.
WID_NGRFI_REFRESH, ///< Refresh toggle.
WID_NGRFI_LOG_CONSOLE, ///< Log to console
WID_NGRFI_DUPLICATE, ///< Duplicate window
WID_NGRFI_SPRITE_DUMP, ///< Dump current sprite group
WID_NGRFI_SPRITE_DUMP_SEL, ///< Selection widget for WID_NGRFI_SPRITE_DUMP
};