]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
don't print "empty file" spam here
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 19f7e126b4a26f1f2e701465087423c8426f6efb..5c60c1e7f7d543966cc866886d8311098c22bdb1 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -68,6 +68,7 @@ void S_ExtraUpdate (void);
 
 sfx_t *S_PrecacheSound (const char *sample, qboolean complain, qboolean lock);
 void S_ServerSounds (char serversound [][MAX_QPATH], unsigned int numsounds);
+void S_PurgeUnused (void);
 qboolean S_IsSoundPrecached (const sfx_t *sfx);
 
 // S_StartSound returns the channel index, or -1 if an error occurred