mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Fix Menu Lua settings reset between states
This commit is contained in:
parent
dd09c9b362
commit
7cc0eae461
4 changed files with 19 additions and 15 deletions
|
@ -8,7 +8,7 @@ namespace LuaUi
|
|||
// implemented in scriptsettings.cpp
|
||||
void registerSettingsPage(const sol::table& options);
|
||||
void clearSettings();
|
||||
void removeSettingsPage(std::string_view key);
|
||||
void removeSettingsPage(const sol::table& options);
|
||||
}
|
||||
|
||||
#endif // !OPENMW_LUAUI_REGISTERSCRIPTSETTINGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue