X-Git-Url: https://deadsoftware.ru/gitweb?p=flatwaifu.git;a=blobdiff_plain;f=src%2Fsound.h;h=8851b8513320a4d6870faeebee0b6b24473edda1;hp=ca2e044a8b4e49617bc850d4b79bf9918cf4be5d;hb=0102df00b3e2485b084f11a8270a2365d1aa7cbc;hpb=7e3cef6902ee44ffebb5319fdcf720cb4ef7a1f3 diff --git a/src/sound.h b/src/sound.h index ca2e044..8851b85 100644 --- a/src/sound.h +++ b/src/sound.h @@ -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);