home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / musica / easyplayer / source / easyconst.e < prev    next >
Encoding:
Text File  |  1999-12-25  |  365 b   |  14 lines

  1. /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2. -- EasyPlayer, EYP, Ralph Debusmann 1997-9
  3. */
  4.  
  5. OPT MODULE
  6. OPT EXPORT
  7.  
  8. ENUM ERR_NONE,ERR_READARGS,ERR_OPEN,ERR_OPENR,ERR_OPENW,ERR_EXAMINEFH,ERR_SEEK,
  9. ERR_READ,ERR_WRITE,
  10. ERR_READHEADER,ERR_HEADER,ERR_VERSION,ERR_WIN,ERR_LAUNCH,ERR_BREAK,ERR_NOINT,ERR_NORECOG,
  11. ERR_OPENUTIL,ERR_NOMOD
  12.  
  13. CONST INTDISABLED="*"
  14.