CLuaInstance: Add script function zapitStopPlayBack

- For safe running ShowPicture() in the plugin
 - Set Lua api version to 1.19


Origin commit data
------------------
Commit: 0a008ab308
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-08 (Tue, 08 Dec 2015)
This commit is contained in:
Michael Liebmann
2015-12-08 06:16:00 +01:00
parent 26f21cb63f
commit 3536b26bab
4 changed files with 19 additions and 1 deletions

View File

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