home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / programmieren / e / e_v3.3a / src.lha / Src / Modules / graphics / collide.e < prev    next >
Encoding:
Text File  |  1996-12-04  |  111 b   |  9 lines

  1. OPT MODULE
  2. OPT EXPORT
  3.  
  4. CONST BORDERHIT=0,
  5.       TOPHIT=1,
  6.       BOTTOMHIT=2,
  7.       LEFTHIT=4,
  8.       RIGHTHIT=8
  9.