From 2b5de0bafc1ebe347e08617de7595c1ea507c0b9 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 26 Nov 2008 21:09:12 +0000 Subject: Add bindings for remaining missing config file variables, to get chocolate-setup functional again. Subversion-branch: /branches/raven-branch Subversion-revision: 1388 --- src/setup/sound.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/setup/sound.h') diff --git a/src/setup/sound.h b/src/setup/sound.h index 170dda0a..0b183502 100644 --- a/src/setup/sound.h +++ b/src/setup/sound.h @@ -22,18 +22,8 @@ #ifndef SETUP_SOUND_H #define SETUP_SOUND_H -extern int snd_sfxdevice; -extern int numChannels; -extern int sfxVolume; - -extern int snd_musicdevice; -extern int musicVolume; - -extern int snd_samplerate; - -extern int use_libsamplerate; - void ConfigSound(void); +void BindSoundVariables(void); #endif /* #ifndef SETUP_SOUND_H */ -- cgit v1.2.3