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
@@ -207,7 +207,7 @@ public:
* \return The Lua library that contains all Lua functions available to change the
* Time singleton
*/
static scripting::ScriptEngine::LuaLibrary luaLibrary();
static scripting::LuaLibrary luaLibrary();
private:
static Time* _instance; ///< The singleton instance