From d97fdddef24aa55b1e09dab42bae692aad393bfb Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Fri, 15 Oct 2010 03:33:06 +0300 Subject: new file: core/commonheaders.h new file: core/services.h --- core/commonheaders.h | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 core/commonheaders.h (limited to 'core/commonheaders.h') 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 + +#ifdef __BORLANDC__ +#pragma hdrstop +#endif + +#ifndef WX_PRECOMP +// Include your minimal set of headers here, or wx.h +#include +#endif + +#include +#include +#include +#include + +#include "../api/pluginapi.h" +#include "services.h" +#include "modules.h" + +#endif // COMMONHEADERS_H_INCLUDED -- cgit v1.2.3