summaryrefslogtreecommitdiff
path: root/plugins/MirLua/Modules/m_enumerable/src/stdafx.h
diff options
context:
space:
mode:
authoraunsane <aunsane@gmail.com>2017-09-02 17:27:29 +0300
committeraunsane <aunsane@gmail.com>2017-09-02 17:28:15 +0300
commit478befcb19d3ed1d811f879940d9464f0cab4be5 (patch)
tree77257e80e59281a3ce5a56837f591170fd893211 /plugins/MirLua/Modules/m_enumerable/src/stdafx.h
parent68a501d70e6006464aae627326eda297ebb728eb (diff)
MirLua: added m_enumerable module
Diffstat (limited to 'plugins/MirLua/Modules/m_enumerable/src/stdafx.h')
-rw-r--r--plugins/MirLua/Modules/m_enumerable/src/stdafx.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/MirLua/Modules/m_enumerable/src/stdafx.h b/plugins/MirLua/Modules/m_enumerable/src/stdafx.h
new file mode 100644
index 0000000000..5b8469c7fb
--- /dev/null
+++ b/plugins/MirLua/Modules/m_enumerable/src/stdafx.h
@@ -0,0 +1,12 @@
+#ifndef _COMMON_H_
+#define _COMMON_H_
+
+#include <windows.h>
+#include <time.h>
+
+#include <lua.hpp>
+
+#include <m_core.h>
+#include <m_utils.h>
+
+#endif //_COMMON_H_ \ No newline at end of file