]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wx.h
replace use of 'long/int bitmapType' with 'wxBitmapType bitmapType' in richtext and...
[wxWidgets.git] / include / wx / wx.h
index 089ce8ccad9423cc579bb4025047698f501a9c97..62ba23fa15aa536c28d674fef0031528d98ff3c8 100644 (file)
 #include "wx/stream.h"
 #include "wx/memory.h"
 #include "wx/math.h"
+#include "wx/stopwatch.h"
+#include "wx/module.h"
+#include "wx/wxcrt.h"
+#include "wx/wxcrtvararg.h"
 
 #if wxUSE_GUI
 
@@ -40,6 +44,7 @@
 #include "wx/gdiobj.h"
 #include "wx/region.h"
 #include "wx/bitmap.h"
+#include "wx/image.h"
 #include "wx/colour.h"
 #include "wx/font.h"
 #include "wx/dc.h"
@@ -60,6 +65,7 @@
 #include "wx/settings.h"
 #include "wx/msgdlg.h"
 #include "wx/cmndata.h"
+#include "wx/dataobj.h"
 
 #include "wx/control.h"
 #include "wx/ctrlsub.h"