From: Alexey Aleshkov Date: Sun, 10 Dec 2017 11:23:09 +0000 (+0300) Subject: Expose `S_updatemusic` function X-Git-Url: http://deadsoftware.ru/gitweb?p=flatwaifu.git;a=commitdiff_plain;h=b3bc39f92fad67f60df3ee76a5c824bf89a317a8 Expose `S_updatemusic` function --- 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;