home *** CD-ROM | disk | FTP | other *** search
- ;
- ;
- ; AWITOOLS.DEF -- Module Definition File
- ; Copyright 1987-1991, Authorware, Inc.
- ;
- ; Revision History
- ;
- ; 7/25/91 - Initial version
-
- LIBRARY AWITOOLS
-
- DESCRIPTION 'User Code - Copyright 1987-1991, Authorware, Inc.'
-
- EXETYPE WINDOWS
-
- STUB 'WINSTUB.EXE'
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD SINGLE
-
- EXPORTS
- WEP @1 RESIDENTNAME
- PokeByte
- PeekByte
- PeekUByte
- PeekShort
- PokeUShort
- PeekUShort
- PeekLong
- PokeULong
- PeekULong
- PokeFloat
- PeekFloat
- PokeDouble
- PeekDouble
- PokeString
- PeekString
-