home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / HF-SCL1.DMS / in.adf / inclib.lha / Inc / graphics / regions.inc < prev    next >
Encoding:
Text File  |  1996-09-01  |  205 b   |  15 lines

  1. include "inc/exec/types.inc";
  2. include "inc/graphics/gfx.inc";
  3.  
  4. struct RegionRectangle is
  5.   Next:ulong;
  6.   Prev:ulong;
  7.   bounds:Rectangle;
  8. ;
  9.  
  10. struct Region is
  11.   bounds:Rectangle;
  12.   RegionRectangle:ulong;
  13. ;
  14.  
  15.