summaryrefslogtreecommitdiff
path: root/plugins/UserGuide/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserGuide/src/stdafx.h')
-rw-r--r--plugins/UserGuide/src/stdafx.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/UserGuide/src/stdafx.h b/plugins/UserGuide/src/stdafx.h
new file mode 100644
index 0000000000..19db41b397
--- /dev/null
+++ b/plugins/UserGuide/src/stdafx.h
@@ -0,0 +1,10 @@
+#include <windows.h>
+
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_langpack.h>
+#include <m_utils.h>
+#include <m_clist.h>
+#include <m_skin.h>
+
+#include "Version.h"