diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-21 18:40:46 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-21 18:40:46 +0000 |
commit | b048ea322fac0d6cb59b9f1645fad9d7a898fc57 (patch) | |
tree | 77cab073f0cca54369cf47dadb973bf45d640e15 /plugins/MirLua/src/stdafx.h | |
parent | 78f36745d03f03d4772e09720eef976cff5a4d9b (diff) |
MirLua: Scripts reloading pt.2
git-svn-id: http://svn.miranda-ng.org/main/trunk@14304 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 1d9ca47929..b7bd486bac 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -41,6 +41,8 @@ extern "C" extern CMLua *g_mLua;
+extern int hScriptsLangpack;
+
extern HINSTANCE g_hInstance;
extern HANDLE g_hCommonFolderPath;
|