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
This commit is contained in:
M. Liebmann
2015-09-04 13:09:34 +02:00
parent d2035b91fc
commit 00dff2c598
6 changed files with 49 additions and 0 deletions

View File

@@ -894,6 +894,8 @@ const char * locale_real_names[] =
"lua.function_deprecated1",
"lua.function_deprecated2",
"lua.function_deprecated3",
"lua.versionscheck1",
"lua.versionscheck2",
"mainmenu.audioplayer",
"mainmenu.channels",
"mainmenu.clearsectionsd",