CLuaInstVideo: Add script function 'setInfoFunc()'...

...for displaying information in the movieplayer

 - Set Lua api version to 1.36


Origin commit data
------------------
Commit: 644ab18844
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-01-17 (Sun, 17 Jan 2016)
This commit is contained in:
Michael Liebmann
2016-01-17 06:12:37 +01:00
parent facb512971
commit 38488e642c
5 changed files with 75 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ extern "C" {
#if 0
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 35
#define LUA_API_VERSION_MINOR 36
#endif
void LuaInstRegisterFunctions(lua_State *L, bool fromThreads=false);