1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-06 17:06:41 +00:00
openmw/components/lua_ui/registerscriptsettings.hpp
2022-02-01 19:50:03 +01:00

13 lines
306 B
C++

#ifndef OPENMW_LUAUI_REGISTERSCRIPTSETTINGS
#define OPENMW_LUAUI_REGISTERSCRIPTSETTINGS
#include <sol/sol.hpp>
namespace LuaUi
{
// implemented in scriptsettings.cpp
void registerSettingsPage(const sol::table& options);
void clearSettings();
}
#endif // !OPENMW_LUAUI_REGISTERSCRIPTSETTINGS