source:
trunk/src/gdi32/region.h@
10367
Last change on this file since 10367 was 7074, checked in by , 24 years ago | |
---|---|
File size: 223 bytes |
Line | |
---|---|
1 | //$Id: region.h,v 1.3 2001-10-16 11:40:19 sandervl Exp $ |
2 | #ifndef __REGION_H__ |
3 | #define __REGION_H__ |
4 | |
5 | BOOL InitRegionSpace(); |
6 | void DestroyRegionSpace(); |
7 | |
8 | BOOL WIN32API OSLibDeleteRegion(HANDLE hRegion); |
9 | |
10 | #endif //__REGION_H__ |
Note:
See TracBrowser
for help on using the repository browser.