diff options
author | aunsane <aunsane@gmail.com> | 2018-03-22 01:53:49 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-03-22 01:54:09 +0300 |
commit | 2a498d86625f65f6ab308fa20c421099c785bf94 (patch) | |
tree | 9c0d59f41411e46288f88ccdbde4a0d23f440720 /plugins/MirLua/src/mlua_module_loader.h | |
parent | 46cded99bbfb90bea8e998e9183c20cc3e4f7365 (diff) |
MirLua: various fixes
- CMLua now inherit PLUGIN
- additional lua fuctions initialization moved to separated loader
- ability to realod script without object recreation
- scropt object should control own enable state
- fix m_json whit is not workes almost at all
- version bump
Diffstat (limited to 'plugins/MirLua/src/mlua_module_loader.h')
-rw-r--r-- | plugins/MirLua/src/mlua_module_loader.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/plugins/MirLua/src/mlua_module_loader.h b/plugins/MirLua/src/mlua_module_loader.h index 123c05bf41..bab8e79e84 100644 --- a/plugins/MirLua/src/mlua_module_loader.h +++ b/plugins/MirLua/src/mlua_module_loader.h @@ -1,5 +1,4 @@ -#ifndef _LUA_MODULE_LOADER_H_
-#define _LUA_MODULE_LOADER_H_
+#pragma once
class CMLuaModuleLoader
{
@@ -16,5 +15,3 @@ private: public:
static void Load(lua_State *L);
};
-
-#endif //_LUA_MODULE_LOADER_H_
\ No newline at end of file |