From 962a3d06bbd73aa7bb46eb8ae3e65c31a1902d5d Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Wed, 17 Feb 2016 15:38:39 +0000 Subject: MirLua: m_variableas moved to separate lua library git-svn-id: http://svn.miranda-ng.org/main/trunk@16292 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirLua/Modules/m_variables/src/stdafx.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/MirLua/Modules/m_variables/src/stdafx.h (limited to 'plugins/MirLua/Modules/m_variables/src/stdafx.h') diff --git a/plugins/MirLua/Modules/m_variables/src/stdafx.h b/plugins/MirLua/Modules/m_variables/src/stdafx.h new file mode 100644 index 0000000000..0293856dbd --- /dev/null +++ b/plugins/MirLua/Modules/m_variables/src/stdafx.h @@ -0,0 +1,14 @@ +#ifndef _COMMON_H_ +#define _COMMON_H_ + +#include + +#define VARIABLES_NOHELPER + +#include + +#include +#include +#include + +#endif //_COMMON_H_ \ No newline at end of file -- cgit v1.2.3