home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
code
/
sound
/
fbifile
/
global.bas
< prev
next >
Wrap
BASIC Source File
|
1995-02-27
|
180b
|
6 lines
'Declare the function to play sounds
Declare Function sndplaysound Lib "mmsystem.dll" (ByVal wavfile As Any, ByVal wflags As Integer) As Integer
Global counter As Integer