lua_filehelpers.cpp: Add lua script function 'rmdir()'

- Set Lua api version to 1.51
This commit is contained in:
M. Liebmann
2016-09-04 20:56:11 +02:00
parent 689bc50a62
commit 631708f380
4 changed files with 40 additions and 2 deletions

View File

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