home *** CD-ROM | disk | FTP | other *** search
- ; picmenu.def : Declares the module parameters for the application.
-
- NAME PICMENU
- DESCRIPTION 'PICMENU Windows Application'
- EXETYPE WINDOWS
-
- CODE PRELOAD MOVEABLE DISCARDABLE
- DATA PRELOAD MOVEABLE MULTIPLE
-
- HEAPSIZE 1024 ; initial heap size
- ; Stack size is passed as argument to linker's /STACK option
-
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;
- ; MY CODE STARTS HERE
- ;;;;;;;;;;;;;;;;;;;;;;;;;
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
- ; sp_ functions from the TegoSND.DLL library
- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
- IMPORTS
- TegoSND.sp_OpenSession
- TegoSND.sp_PlaySnd
- TegoSND.sp_MouseOn
- TegoSND.sp_MouseOff
- TegoSND.sp_CloseSession
-
- ;;;;;;;;;;;;;;;;;;;;;;;;;
- ; MY CODE ENDS HERE
- ;;;;;;;;;;;;;;;;;;;;;;;;;
-