CLuaInstance: Move video functions in separate class

- No api changes, code only
This commit is contained in:
M. Liebmann
2015-12-12 10:21:53 +01:00
parent f52ba5ba4a
commit aff947af92
5 changed files with 90 additions and 27 deletions

View File

@@ -34,7 +34,6 @@ extern "C" {
#include "luainstance_helpers.h"
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 22
@@ -294,8 +293,6 @@ private:
static int enableInfoClock(lua_State *L);
static int getDynFont(lua_State *L);
#include "lua_video.inc"
};
#endif /* _LUAINSTANCE_H */