home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / fbi_file / global.bas < prev    next >
BASIC Source File  |  1993-01-18  |  180b  |  6 lines

  1.   'Declare the function to play sounds
  2. Declare Function sndplaysound Lib "mmsystem.dll" (ByVal wavfile As Any, ByVal wflags As Integer) As Integer
  3.  
  4. Global counter As Integer
  5.  
  6.