DEADSOFTWARE

sound: fix voices in menu
[flatwaifu.git] / src / sound.h
index ca2e044a8b4e49617bc850d4b79bf9918cf4be5d..8851b8513320a4d6870faeebee0b6b24473edda1 100644 (file)
@@ -40,6 +40,9 @@ snd_t *S_get (int id);
 // Get sound handle for resource with name
 snd_t *S_load (const char name[8]);
 
+// Stop sound and free handle
+void S_free (snd_t *s);
+
 // Initialize sound subsystem
 void S_init (void);