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/stdafx.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'plugins/MirLua/src/stdafx.h') 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; -- cgit v1.2.3