home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / univspl / reverb_w.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-14  |  283 b   |  8 lines

  1. //---------------------------------------------------------------------------
  2. #ifndef reverb_waveH
  3. #define reverb_waveH
  4. //---------------------------------------------------------------------------
  5. long reverb_wav(AudioC &Wav,float delay, float amp, AudioC &newwave);
  6.  
  7. #endif
  8.