]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
Rename model functions to make them more generic and obvious what they're for
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 512ae9cf24036062d2b07e946d60a6fea04a1623..4da72a1ef0219eb57e926c796447473dbcebf2bd 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -63,7 +63,7 @@ void S_Terminate (void);
 
 void S_Startup (void);
 void S_Shutdown (void);
-void S_UnloadAllSounds_f (void);
+void S_UnloadAllSounds_f(cmd_state_t *cmd);
 
 void S_Update(const matrix4x4_t *listenermatrix);
 void S_ExtraUpdate (void);
@@ -102,6 +102,7 @@ qboolean S_LocalSound (const char *s);
 void S_StaticSound (sfx_t *sfx, vec3_t origin, float fvol, float attenuation);
 void S_StopSound (int entnum, int entchannel);
 void S_StopAllSounds (void);
+void S_StopAllSounds_f(cmd_state_t *cmd);
 void S_PauseGameSounds (qboolean toggle);
 
 void S_StopChannel (unsigned int channel_ind, qboolean lockmutex, qboolean freesfx);