]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
Experimental theora capturevideo code.
[xonotic/darkplaces.git] / snd_null.c
index 1ed1cc81bd0570066c886f2b10bddf02f899c17a..542b0b15f79fe8c825cbdac5a435d2955138a9dd 100755 (executable)
@@ -131,3 +131,8 @@ int S_GetSoundRate(void)
 {
        return 0;
 }
+
+int S_GetSoundChannels(void)
+{
+       return 0;
+}