]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
implemented direct AVI video capture using the I420 colorspace (aka Intel(r) 4:2...
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 74f9ffe9b73e77274ab1ab99865c2dda8f2ae6e5..6bf499e36025eefe41226f994c66285163612e89 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -84,5 +84,6 @@ void S_SetChannelVolume (unsigned int ch_ind, float fvol);
 void S_BlockSound (void);
 void S_UnblockSound (void);
 
+int S_GetSoundRate (void);
 
 #endif