- lua_menue: allow user definable return values

This concerns:
* CLuaMenuFilebrowser::exec()
* CLuaMenuStringinput::exec()
* CLuaMenuKeyboardinput::exec()
This commit is contained in:
svenhoefer
2016-09-01 09:44:13 +02:00
parent ed0154a973
commit 8d014c6f76
2 changed files with 14 additions and 5 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 46
#define LUA_API_VERSION_MINOR 47