]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sound.h
major overhaul for thread-safety - many global variables and static
[xonotic/darkplaces.git] / sound.h
diff --git a/sound.h b/sound.h
index cacb23ae5e878818c03319727cbe6995e765cad9..0162c37c72923a83a3494774e7fae5d55b6f54b6 100644 (file)
--- a/sound.h
+++ b/sound.h
@@ -72,6 +72,7 @@ float S_SoundLength(const char *name);
 void S_ClearUsed (void);
 void S_PurgeUnused (void);
 qboolean S_IsSoundPrecached (const sfx_t *sfx);
+sfx_t *S_FindName(const char *name);
 
 // for sound() builtins
 #define CHANFLAG_RELIABLE 1