]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
DSP files must be treated as binary files
[xonotic/darkplaces.git] / snd_null.c
index 0bd5157ed22ee50f5ce8a4efc09386110d84e9aa..5a8c94a1fc33b6cfb25288930bd57e4fdd7f076c 100755 (executable)
@@ -36,6 +36,10 @@ void S_Init (void)
        Cvar_RegisterVariable(&snd_initialized);
 }
 
+void S_Terminate (void)
+{
+}
+
 void S_Startup (void)
 {
 }
@@ -74,6 +78,10 @@ void S_PauseGameSounds (qboolean toggle)
 {
 }
 
+void S_ClearBuffer (void)
+{
+}
+
 void S_SetChannelVolume (unsigned int ch_ind, float fvol)
 {
 }