source: trunk/src/gdi32/region.h@ 4114

Last change on this file since 4114 was 3705, checked in by sandervl, 25 years ago

region changes

File size: 187 bytes
Line 
1//$Id: region.h,v 1.1 2000-06-14 13:17:51 sandervl Exp $
2#ifndef __REGION_H__
3#define __REGION_H__
4
5BOOL InitRegionSpace();
6
7void OSLibDeleteRegion(HANDLE hRegion);
8
9#endif //__REGION_H__
Note: See TracBrowser for help on using the repository browser.