home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / sound.h_ / sound.bin
Text File  |  1995-11-14  |  162b  |  5 lines

  1. int AllSoundsSetup(void);
  2. void AllSoundsDestroy(void);
  3. int AllSoundsPlaySound(char *cpFilename);
  4. int AllSoundsPlaySoundVolume(int nVolume, char *cpFilename);
  5.