#ifndef WXSHEADERS_H
#define WXSHEADERS_H

#include <sdk.h>

#ifdef CB_PRECOMP

    // Base headers
    #include "widget.h"
    #include "wxscodegen.h"
    #include "wxscoder.h"
    #include "wxscontainer.h"
    #include "wxsdefevthandler.h"
    #include "wxsdefsizer.h"
    #include "wxsdefwidget.h"
    #include "wxsdragwindow.h"
    #include "wxseditor.h"
    #include "wxsevent.h"
    #include "wxseventseditor.h"
    #include "wxsglobals.h"
    #include "wxsheaders.h"
    #include "wxsimportxrcdlg.h"
    #include "wxsmith.h"
    #include "wxsnewwindowdlg.h"
    #include "wxspalette.h"
    #include "wxsproject.h"
    #include "wxsproperties.h"
    #include "wxspropertiesman.h"
    #include "wxsresource.h"
    #include "wxsresourcetree.h"
    #include "wxssettingsdlg.h"
    #include "wxssplitterwindow.h"
    #include "wxsstyle.h"
    #include "wxswidgetevents.h"
    #include "wxswidgetfactory.h"
    #include "wxswindoweditor.h"
    #include "wxswinundobuffer.h"

    // properties
    #include "properties/wxs2intproperty.h"
    #include "properties/wxsboolproperty.h"
    #include "properties/wxsborderproperty.h"
    #include "properties/wxscolourproperty.h"
    #include "properties/wxsenumproperty.h"
    #include "properties/wxsfontproperty.h"
    #include "properties/wxsintproperty.h"
    #include "properties/wxsplacementproperty.h"
    #include "properties/wxsstringlistproperty.h"
    #include "properties/wxsstringproperty.h"
    #include "properties/wxsstyleproperty.h"

    //propgrid
    #include <wx/propgrid/propgrid.h>
    #include <wx/propgrid/advprops.h>

#endif

#endif


syntax highlighted by Code2HTML, v. 0.9.1