X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsound.h;h=62832eb4f671f88bbfcc3537965aba75e6293185;hp=5ad49a929e247fad2ceced08ce79ba47a0f25c21;hb=1085cba858dc9cccaa5da434ddb990de23fffdfc;hpb=40bb242e83c3e4df5da57a052d42e1d2c37bf69d diff --git a/src/libgame/sound.h b/src/libgame/sound.h index 5ad49a92..62832eb4 100644 --- a/src/libgame/sound.h +++ b/src/libgame/sound.h @@ -293,10 +293,9 @@ struct SoundControl void UnixOpenAudio(void); void UnixCloseAudio(void); -/* sound server functions */ -void InitPlaylist(void); -void StartSoundserver(void); -void SoundServer(void); +/* mixer functions */ +void Mixer_InitChannels(void); +void StartMixer(void); /* sound client functions */ void PlayMusic(int);