CLuaInstance::GetRevision: Add second return value as a string...

...for hardware identification

 - Set Lua api version to 1.22
This commit is contained in:
M. Liebmann
2015-12-08 06:16:06 +01:00
parent b9afbb1e2c
commit d06594dd60
2 changed files with 8 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ extern "C" {
#include <vector>
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 21
#define LUA_API_VERSION_MINOR 22
typedef std::pair<lua_Integer, Font*> fontmap_pair_t;
typedef std::map<lua_Integer, Font*> fontmap_t;