From 037aeccee0e9986784ad07bef4ad4ebc8a30d58d Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 15 Jun 2016 15:57:54 +0000 Subject: MirLua: added m_options module git-svn-id: http://svn.miranda-ng.org/main/trunk@16978 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua_script.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/MirLua/src/mlua_script.h') diff --git a/plugins/MirLua/src/mlua_script.h b/plugins/MirLua/src/mlua_script.h index 8f03d5fcb0..2abb2d215a 100644 --- a/plugins/MirLua/src/mlua_script.h +++ b/plugins/MirLua/src/mlua_script.h @@ -21,14 +21,17 @@ private: TCHAR filePath[MAX_PATH]; Status status; + static bool GetEnviroment(lua_State *L); + public: CMLuaScript(lua_State *L, const TCHAR *path); ~CMLuaScript(); - static bool GetScriptEnviroment(lua_State *L); static CMLuaScript* GetScriptFromEnviroment(lua_State *L); static int GetScriptIdFromEnviroment(lua_State *L); + int GetId() const; + const char* GetModuleName() const; const TCHAR* GetFilePath() const; -- cgit v1.2.3