diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:02:55 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:02:55 +0000 |
commit | f53a75f066d707860fd9517c5a640711884ff859 (patch) | |
tree | 9904913bdf32fbf426c7d8afd2624cb44b20417d /plugins/UserGuide/src/stdafx.h | |
parent | c16b6082563b8b18fe02ce0721bf184aecd7127a (diff) |
UserGuide: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14794 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserGuide/src/stdafx.h')
-rw-r--r-- | plugins/UserGuide/src/stdafx.h | 10 |
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"
|