From b3bc39f92fad67f60df3ee76a5c824bf89a317a8 Mon Sep 17 00:00:00 2001 From: Alexey Aleshkov Date: Sun, 10 Dec 2017 14:23:09 +0300 Subject: [PATCH] Expose `S_updatemusic` function --- src/sound.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sound.h b/src/sound.h index 0966bcd..dc46f7c 100644 --- a/src/sound.h +++ b/src/sound.h @@ -55,6 +55,8 @@ void S_startmusic(int); void S_stopmusic(void); +void S_updatemusic(void); + // громкость звука и музыки (0-128) extern short snd_vol,mus_vol; -- 2.29.2