OpenTTD Source 20250312-master-gcdcc6b491d
|
Types related to the cheat widgets. More...
Go to the source code of this file.
Enumerations | |
enum | CheatWidgets : WidgetID { WID_C_NOTE , WID_C_PANEL , WID_C_SETTINGS } |
Widgets of the CheatWindow class. More... | |
Types related to the cheat widgets.
Definition in file cheat_widget.h.
enum CheatWidgets : WidgetID |
Widgets of the CheatWindow class.
Enumerator | |
---|---|
WID_C_NOTE | Note on top of panel for use of cheat. |
WID_C_PANEL | Panel where all cheats are shown in. |
WID_C_SETTINGS | Panel where sandbox settings are shown. |
Definition at line 14 of file cheat_widget.h.