summaryrefslogtreecommitdiff
path: root/src/setup/sound.h
diff options
context:
space:
mode:
authorSimon Howard2008-11-26 21:09:12 +0000
committerSimon Howard2008-11-26 21:09:12 +0000
commit2b5de0bafc1ebe347e08617de7595c1ea507c0b9 (patch)
treed822c7e164353d49e7de1018e9a2219487488cf4 /src/setup/sound.h
parent2f67325278637a349bb86fa6fc388e527a75a5c9 (diff)
downloadchocolate-doom-2b5de0bafc1ebe347e08617de7595c1ea507c0b9.tar.gz
chocolate-doom-2b5de0bafc1ebe347e08617de7595c1ea507c0b9.tar.bz2
chocolate-doom-2b5de0bafc1ebe347e08617de7595c1ea507c0b9.zip
Add bindings for remaining missing config file variables, to get
chocolate-setup functional again. Subversion-branch: /branches/raven-branch Subversion-revision: 1388
Diffstat (limited to 'src/setup/sound.h')
-rw-r--r--src/setup/sound.h12
1 files changed, 1 insertions, 11 deletions
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 */