CLuaInstance: Add versions definition for lua api in luainstance.h

- Version is defined in lua script as APIVERSION.MAJOR, APIVERSION.MINOR
- Set Lua API version to 1.0


Origin commit data
------------------
Branch: ni/coolstream
Commit: 00dff2c598
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-09-04 (Fri, 04 Sep 2015)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2015-09-04 13:09:34 +02:00
parent 4a9a67ec42
commit 8918159dd2
6 changed files with 49 additions and 0 deletions

View File

@@ -894,6 +894,8 @@ typedef enum
LOCALE_LUA_FUNCTION_DEPRECATED1,
LOCALE_LUA_FUNCTION_DEPRECATED2,
LOCALE_LUA_FUNCTION_DEPRECATED3,
LOCALE_LUA_VERSIONSCHECK1,
LOCALE_LUA_VERSIONSCHECK2,
LOCALE_MAINMENU_AUDIOPLAYER,
LOCALE_MAINMENU_CHANNELS,
LOCALE_MAINMENU_CLEARSECTIONSD,