From 6a6a1d097e043dba142d5cdc485e6b4dbe67e12a Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 7 Jan 2016 10:42:38 +0000 Subject: MirLua: - added script cache on load - refactoring git-svn-id: http://svn.miranda-ng.org/main/trunk@16044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/MirLua/src/mlua.h') diff --git a/plugins/MirLua/src/mlua.h b/plugins/MirLua/src/mlua.h index 33e973956e..f4ae7237ca 100644 --- a/plugins/MirLua/src/mlua.h +++ b/plugins/MirLua/src/mlua.h @@ -14,15 +14,13 @@ class CMLua { private: lua_State *L; + int hLangpack; void SetPaths(); static void KillLuaRefs(); public: - //static LIST Hooks; - //static LIST Events; - //static LIST Services; static LIST HookRefs; static LIST ServiceRefs; @@ -31,6 +29,8 @@ public: CMLua(); ~CMLua(); + const int GetHLangpack() const; + void Load(); void Unload(); -- cgit v1.2.3