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

...for displaying information in the movieplayer

 - Set Lua api version to 1.36
This commit is contained in:
M. Liebmann
2016-01-17 06:12:37 +01:00
parent c7b6026ac2
commit 644ab18844
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);