#ifndef WXSHEADERS_H #define WXSHEADERS_H #include #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 #include #endif #endif