summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/mlua_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirLua/src/mlua_loader.h')
-rw-r--r--plugins/MirLua/src/mlua_loader.h17
1 files changed, 17 insertions, 0 deletions
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