wxWidgets/include/wx/brush.h
1998-07-10 14:15:17 +00:00

14 lines
239 B
C

#ifndef __BRUSHH_BASE__
#define __BRUSHH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/brush.h"
#elif defined(__WXMOTIF__)
#include "wx/xt/brush.h"
#elif defined(__WXGTK__)
#include "wx/gtk/brush.h"
#endif
#endif
// __BRUSHH_BASE__