zdoom-macos-deps/deps/wxwidgets/include/wx-3.1/wx/osx/region.h
2021-06-28 10:54:57 +03:00

8 lines
191 B
C

#if wxOSX_USE_COCOA_OR_CARBON
#include "wx/osx/carbon/region.h"
#else
#define wxRegionGeneric wxRegion
#define wxRegionIteratorGeneric wxRegionIterator
#include "wx/generic/region.h"
#endif