From 631e22caadf37a547bafccc0f90251621b0bd987 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 22 Jun 2015 14:21:07 +0000 Subject: MirLua: console refactoring git-svn-id: http://svn.miranda-ng.org/main/trunk@14328 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/src/stdafx.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'plugins/MirLua/src/stdafx.h') diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index ce3e7948c6..592640b3e6 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -32,14 +32,16 @@ extern "C" #include "version.h" #include "resource.h" +class CMLuaConsole; + #include "mlua.h" +#include "mlua_console.h" #include "mlua_module_loader.h" #include "mlua_script_loader.h" #include "mlua_options.h" #define MODULE "MirLua" - extern CMLua *g_mLua; extern int hScriptsLangpack; -- cgit v1.2.3