Add: Sandbox settings to Sandbox Options window. (#13268)

This commit is contained in:
Peter Nelson
2025-01-14 21:22:19 +00:00
committed by GitHub
parent e2b0ea1509
commit 3edf19a2c5
4 changed files with 258 additions and 18 deletions

View File

@@ -14,6 +14,7 @@
enum CheatWidgets : WidgetID {
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.
};
#endif /* WIDGETS_CHEAT_WIDGET_H */