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