diff options
Diffstat (limited to 'src/widgets/cheat_widget.h')
-rw-r--r-- | src/widgets/cheat_widget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/cheat_widget.h b/src/widgets/cheat_widget.h index c43799d5d..b8ee75f52 100644 --- a/src/widgets/cheat_widget.h +++ b/src/widgets/cheat_widget.h @@ -12,6 +12,7 @@ /** Widgets of the #CheatWindow class. */ enum CheatWidgets { + WID_C_NOTE, ///< Note on top of panel for use of cheat. WID_C_PANEL, ///< Panel where all cheats are shown in. }; |