OpenTTD Source
20241108-master-g80f628063a
|
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 } |
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. |
Definition at line 14 of file cheat_widget.h.