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