wxWidgets/include/wx/mac/pen.h
2004-10-17 10:36:33 +00:00

5 lines
100 B
C

#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/pen.h"
#else
#include "wx/mac/carbon/pen.h"
#endif