mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 12:39:24 -05:00
Move the LuaLibrary definition into its own file
This commit is contained in:
@@ -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