From 3af4bb5ed2c17d17ecc8073cd233277ed8541cf1 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Thu, 18 Jun 2015 15:27:08 +0000 Subject: MirLua: scripts reloading pt.1 git-svn-id: http://svn.miranda-ng.org/main/trunk@14245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/mlua_loader.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 plugins/MirLua/src/mlua_loader.h (limited to 'plugins/MirLua/src/mlua_loader.h') diff --git a/plugins/MirLua/src/mlua_loader.h b/plugins/MirLua/src/mlua_loader.h new file mode 100644 index 0000000000..40273ae951 --- /dev/null +++ b/plugins/MirLua/src/mlua_loader.h @@ -0,0 +1,17 @@ +#ifndef _LUA_LOADER_H_ +#define _LUA_LOADER_H_ + +class CLuaLoader +{ +private: + CMLua *mLua; + + void LoadScripts(const TCHAR *scriptDir); + +public: + CLuaLoader(CMLua *mLua); + + void LoadScripts(); +}; + +#endif //_LUA_LOADER_H_ \ No newline at end of file -- cgit v1.2.3