diff options
Diffstat (limited to 'plugins/!Deprecated/FirstRun/src/commonheaders.h')
-rw-r--r-- | plugins/!Deprecated/FirstRun/src/commonheaders.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/!Deprecated/FirstRun/src/commonheaders.h b/plugins/!Deprecated/FirstRun/src/commonheaders.h new file mode 100644 index 0000000000..369f963af8 --- /dev/null +++ b/plugins/!Deprecated/FirstRun/src/commonheaders.h @@ -0,0 +1,10 @@ +#define _CRT_SECURE_NO_WARNINGS
+
+#include <windows.h>
+
+#include <newpluginapi.h>
+#include <m_langpack.h>
+#include <m_protocols.h>
+#include <m_utils.h>
+
+#include "Version.h"
\ No newline at end of file |