diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-18 15:27:08 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-18 15:27:08 +0000 |
commit | 3af4bb5ed2c17d17ecc8073cd233277ed8541cf1 (patch) | |
tree | 5269a2674b1e50ba322c1636580c84579c321459 /plugins/MirLua/src/stdafx.h | |
parent | 6f8ff613bd81e4592173e9039ec0dc6f01ce5e6b (diff) |
MirLua: scripts reloading pt.1
git-svn-id: http://svn.miranda-ng.org/main/trunk@14245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index f31ee69800..1d9ca47929 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -32,13 +32,15 @@ extern "C" #include "version.h"
#include "resource.h"
-class CMLua;
-
#include "mlua.h"
+#include "mlua_loader.h"
#include "mlua_options.h"
#define MODULE "MirLua"
+
+extern CMLua *g_mLua;
+
extern HINSTANCE g_hInstance;
extern HANDLE g_hCommonFolderPath;
|