Debug: Add button to debug window to log contents to console

This commit is contained in:
Jonathan G Rennison
2021-05-21 19:00:18 +01:00
parent 30409192f0
commit 5d8f459066
3 changed files with 28 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ enum NewGRFInspectWidgets {
WID_NGRFI_MAINPANEL, ///< Panel widget containing the actual data.
WID_NGRFI_SCROLLBAR, ///< Scrollbar.
WID_NGRFI_REFRESH, ///< Refresh toggle.
WID_NGRFI_LOG_CONSOLE, ///< Log to console
};
/** Widgets of the #SpriteAlignerWindow class. */