mirror of https://github.com/OpenMW/openmw.git
Fix compile errors
parent
f07f05ddd3
commit
67641dcdb7
@ -0,0 +1,13 @@
|
||||
#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
|
Loading…
Reference in New Issue