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

  1. def BORDERHIT = 0;
  2.  
  3. def TOPHIT = 1;
  4. def BOTTOMHIT = 2;
  5. def LEFTHIT = 4;
  6. def RIGHTHIT = 8;
  7.  
  8.