summaryrefslogtreecommitdiff
path: root/core/commonheaders.h
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2010-10-15 03:33:06 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2010-10-15 03:33:06 +0300
commitd97fdddef24aa55b1e09dab42bae692aad393bfb (patch)
tree4171387045f8ef2900248691193d716c5a2bc0b8 /core/commonheaders.h
parente6d086fd2db736892290b0dfd8b38e1f12c093be (diff)
new file: core/commonheaders.h
new file: core/services.h
Diffstat (limited to 'core/commonheaders.h')
-rw-r--r--core/commonheaders.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/core/commonheaders.h b/core/commonheaders.h
new file mode 100644
index 0000000..3ad748c
--- /dev/null
+++ b/core/commonheaders.h
@@ -0,0 +1,25 @@
+#ifndef COMMONHEADERS_H_INCLUDED
+#define COMMONHEADERS_H_INCLUDED
+
+// For compilers that support precompilation, includes "wx.h".
+#include <wx/wxprec.h>
+
+#ifdef __BORLANDC__
+#pragma hdrstop
+#endif
+
+#ifndef WX_PRECOMP
+// Include your minimal set of headers here, or wx.h
+#include <wx/wx.h>
+#endif
+
+#include <wx/dynlib.h>
+#include <wx/dir.h>
+#include <wx/log.h>
+#include <list>
+
+#include "../api/pluginapi.h"
+#include "services.h"
+#include "modules.h"
+
+#endif // COMMONHEADERS_H_INCLUDED