]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
Added the drawing functions and added also probably menu only message functions
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index 448b121b8b886643c80e1ea5a62bec83a112e25e..2d179a7de2d66c388d0123e7b61aec190bc987d4 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -97,6 +97,7 @@ void S_ClearBuffer (void);
 void S_Update (vec3_t origin, vec3_t v_forward, vec3_t v_right, vec3_t v_up);
 void S_ExtraUpdate (void);
 
+sfx_t *S_GetCached(const char *name);
 sfx_t *S_PrecacheSound (char *sample, int complain);
 void S_TouchSound (char *sample);
 void S_ClearPrecache (void);