home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / m / m248 / 4.ddi / AWITOOLS.DE_ / AWITOOLS.DE
Encoding:
Text File  |  1993-02-01  |  610 b   |  37 lines

  1. ;
  2. ;
  3. ;    AWITOOLS.DEF -- Module Definition File
  4. ;    Copyright 1987-1991, Authorware, Inc.
  5. ;
  6. ;    Revision History
  7. ;
  8. ;        7/25/91    -    Initial version
  9.  
  10. LIBRARY       AWITOOLS
  11.  
  12. DESCRIPTION    'User Code - Copyright 1987-1991, Authorware, Inc.'
  13.  
  14. EXETYPE      WINDOWS
  15.  
  16. STUB              'WINSTUB.EXE'
  17. CODE              PRELOAD MOVEABLE DISCARDABLE
  18. DATA             PRELOAD SINGLE
  19.  
  20. EXPORTS
  21.                 WEP        @1 RESIDENTNAME
  22.                 PokeByte
  23.                 PeekByte
  24.                 PeekUByte
  25.                 PeekShort
  26.                 PokeUShort
  27.                 PeekUShort
  28.                 PeekLong
  29.                 PokeULong
  30.                 PeekULong
  31.                 PokeFloat
  32.                 PeekFloat
  33.                 PokeDouble
  34.                 PeekDouble
  35.                 PokeString
  36.                 PeekString
  37.