Codechange: Add enum items for dynmically created setting dropdowns.

This commit is contained in:
frosch
2023-09-20 21:26:42 +02:00
committed by frosch
parent 39e67b6f4c
commit f40816503f
8 changed files with 26 additions and 20 deletions

View File

@@ -26,6 +26,8 @@ enum NewGRFParametersWidgets {
WID_NP_RESET, ///< Reset button.
WID_NP_SHOW_DESCRIPTION, ///< #NWID_SELECTION to optionally display parameter descriptions.
WID_NP_DESCRIPTION, ///< Multi-line description of a parameter.
WID_NP_SETTING_DROPDOWN = -1, ///< Dynamically created dropdown for changing setting value.
};
/** Widgets of the #NewGRFWindow class. */