]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
reworked animation interpolation code - entity_render_t now has
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 24961705b48d45b76bcdd8b0531609cb774e6d13..19f7e126b4a26f1f2e701465087423c8426f6efb 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -87,5 +87,6 @@ void S_BlockSound (void);
 void S_UnblockSound (void);
 
 int S_GetSoundRate (void);
+int S_GetSoundChannels (void);
 
 #endif