CLuaInstance: Add script fumction 'scale2Res'

- Set Lua api version to 1.69
This commit is contained in:
M. Liebmann
2017-02-27 00:20:49 +01:00
parent df25b50944
commit 6166f4a6f4
3 changed files with 21 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ public:
static int saveScreen(lua_State *L);
static int restoreScreen(lua_State *L);
static int deleteSavedScreen(lua_State *L);
static int scale2Res(lua_State *L);
private:
lua_State* lua;