wxCocoa: wxRegion using wxRegionGeneric
[wxWidgets.git] / src / cocoa / region.mm
1 /////////////////////////////////////////////////////////////////////////////
2 // Name:        cocoa/region.mm
3 // Purpose:     wxRegion class
4 // Author:      David Elliott
5 // Modified by: 
6 // Created:     2004/04/12
7 // RCS-ID:      $Id$
8 // Copyright:   (c) 2004 David Elliott
9 // Licence:     wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
11
12 #include "wx/region.h"
13
14 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject);
15