Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13305/include Modified Files: audio.h Log Message: Update to version 4.4.0.3 Index: audio.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/audio.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- audio.h 21 Jan 2003 21:27:54 -0000 1.1.1.1 +++ audio.h 12 Apr 2006 02:58:48 -0000 1.2 @@ -32,4 +32,7 @@ /* Is a sound currently playing? */ extern int SoundPlaying (); +/* Change sound volume */ +extern void ChangeVolume (int vol); + #endif /* __SNDLIB_H */