wxWidgets/include/wx/pen.h

16 lines
274 B
C
Raw Normal View History

#ifndef __PENH_BASE__
#define __PENH_BASE__
#if defined(__WXMSW__)
#include "wx/msw/pen.h"
#elif defined(__WXMOTIF__)
#include "wx/xt/pen.h"
#elif defined(__WXGTK__)
#include "wx/gtk/pen.h"
#elif defined(__WXQT__)
#include "wx/qt/pen.h"
#endif
#endif
// __PENH_BASE__