]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_null.c
*** empty log message ***
[xonotic/darkplaces.git] / snd_null.c
index a1c458697e0a53875d8841bde67980aec0039979..5d43db07acb990e917ab9c6ae9d00f24afb7b095 100755 (executable)
@@ -72,7 +72,20 @@ void S_StaticSound (sfx_t *sfx, vec3_t origin, float vol, float attenuation)
 {
 }
 
-void S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol,  float attenuation)
+int S_StartSound (int entnum, int entchannel, sfx_t *sfx, vec3_t origin, float fvol,  float attenuation)
+{
+       return -1;
+}
+
+void S_StopChannel (unsigned int channel_ind)
+{
+}
+
+void S_PauseChannel (unsigned int channel_ind, qboolean toggle)
+{
+}
+
+void S_LoopChannel (unsigned int channel_ind, qboolean toggle)
 {
 }
 
@@ -80,6 +93,18 @@ void S_StopSound (int entnum, int entchannel)
 {
 }
 
+void S_PauseGameSounds (void)
+{
+}
+
+void S_ResumeGameSounds (void)
+{
+}
+
+void S_SetChannelVolume (unsigned int ch_ind, float fvol)
+{
+}
+
 sfx_t *S_GetCached(const char *name)
 {
        return NULL;