mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-04 09:59:44 -05:00
Move the LuaLibrary definition into its own file
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
|
||||
void render();
|
||||
|
||||
static openspace::scripting::ScriptEngine::LuaLibrary luaLibrary();
|
||||
static openspace::scripting::LuaLibrary luaLibrary();
|
||||
|
||||
//protected:
|
||||
GuiHelpComponent _help;
|
||||
|
||||
@@ -499,7 +499,7 @@ void GUI::render() {
|
||||
ImGui::End();
|
||||
}
|
||||
|
||||
scripting::ScriptEngine::LuaLibrary GUI::luaLibrary() {
|
||||
scripting::LuaLibrary GUI::luaLibrary() {
|
||||
return {
|
||||
"gui",
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user