home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / demos / secal / inc / graphics / regions.inc < prev    next >
Encoding:
Text File  |  1996-04-30  |  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.