]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
Measure some timing values for output in status; also, if developer is 1, complain...
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 6bf499e36025eefe41226f994c66285163612e89..b1e0cb094cecd7731dc8b945e3eed52d173228e1 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -60,6 +60,7 @@ void S_Terminate (void);
 
 void S_Startup (void);
 void S_Shutdown (void);
+void S_UnloadAllSounds_f (void);
 
 void S_Update(const matrix4x4_t *listenermatrix);
 void S_ExtraUpdate (void);