]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
oops, forgot these
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 14d1d0540c242eb92c570e2e5eaaf0e3e5574e4f..74f9ffe9b73e77274ab1ab99865c2dda8f2ae6e5 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -81,5 +81,8 @@ void S_StopChannel (unsigned int channel_ind);
 qboolean S_SetChannelFlag (unsigned int ch_ind, unsigned int flag, qboolean value);
 void S_SetChannelVolume (unsigned int ch_ind, float fvol);
 
+void S_BlockSound (void);
+void S_UnblockSound (void);
+
 
 #endif