CLuaInstConfigFile: Add parameters & functions

- LuaConfigFileNew: Add parameter delimiter & saveDefaults
 - Add 'deleteKey' function
 - Set Lua api version to 1.27
This commit is contained in:
M. Liebmann
2015-12-14 05:11:17 +01:00
parent 5a7de075a2
commit 30ebe003f4
3 changed files with 23 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ extern "C" {
#include "luainstance_helpers.h"
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 26
#define LUA_API_VERSION_MINOR 27
/* inspired by Steve Kemp http://www.steve.org.uk/ */
class CLuaInstance