CLuaInstance: Add cVideo functions

- cVideo::SetBlank()
- cVideo::ShowPicture()
- cVideo::StopPicture()
This commit is contained in:
M. Liebmann
2014-09-10 21:14:00 +02:00
parent dff6a6413d
commit c511a44a2b
2 changed files with 30 additions and 0 deletions

View File

@@ -193,6 +193,9 @@ private:
static int runScriptExt(lua_State *L);
static int GetSize(lua_State *L);
static int DisplayImage(lua_State *L);
static int setBlank(lua_State *L);
static int ShowPicture(lua_State *L);
static int StopPicture(lua_State *L);
static int PlayFile(lua_State *L);
static int strFind(lua_State *L);