Move the LuaLibrary definition into its own file

This commit is contained in:
Alexander Bock
2016-07-18 12:40:29 +02:00
parent 34054d789a
commit f7f8f279de
26 changed files with 132 additions and 63 deletions
+1 -1
View File
@@ -499,7 +499,7 @@ void GUI::render() {
ImGui::End();
}
scripting::ScriptEngine::LuaLibrary GUI::luaLibrary() {
scripting::LuaLibrary GUI::luaLibrary() {
return {
"gui",
{