home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SC650D6.DMS / in.adf / sc / include / graphics / regions.h < prev    next >
Encoding:
Text File  |  1993-10-31  |  238 b   |  11 lines

  1. €ˆGRAPHICS_REGIONS_H€GRAPHICS_REGIONS_HˆEXEC_TYPES_HŒ<exec/types.h>‡ˆGRAPHICS_GFX_HŒ<graphics/gfx.h>‡
  2. ƒRegionRectangle
  3. {
  4. ƒRegionRectangle*Next,*Prev;
  5. ƒRectangle bounds;
  6. };
  7. ƒRegion
  8. {
  9. ƒRectangle bounds;
  10. ƒRegionRectangle*RegionRectangle;
  11. };‡