CLuaInstance: Move video functions in separate class

- No api changes, code only


Origin commit data
------------------
Branch: ni/coolstream
Commit: aff947af92
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-12 (Sat, 12 Dec 2015)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2015-12-12 10:21:53 +01:00
parent 0904d4097c
commit c20862bd7b
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 */