home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 505a.lha / GrapicsGems / 2DClip / box.h < prev    next >
Text File  |  1991-05-01  |  186b  |  14 lines

  1.  
  2. /* 
  3.  * file box.h
  4.  *    a short include file is better then no include file
  5.  */
  6. typedef    struct    {        /* guess what this is        */
  7.     long    _lowx;
  8.     long    _lowy;
  9.     long    _highx;
  10.     long    _highy;
  11. } BOX;
  12.  
  13.  
  14.