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

View File

@@ -93,7 +93,7 @@ public:
* \return The Lua library that contains all Lua functions available to affect the
* interaction
*/
static scripting::ScriptEngine::LuaLibrary luaLibrary();
static scripting::LuaLibrary luaLibrary();
// Callback functions
@@ -342,7 +342,7 @@ public:
* \return The Lua library that contains all Lua functions available to affect the
* interaction
*/
static scripting::ScriptEngine::LuaLibrary luaLibrary();
static scripting::LuaLibrary luaLibrary();
// Callback functions
void keyboardCallback(Key key, KeyModifier modifier, KeyAction action);