diff options
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;
|