summaryrefslogtreecommitdiff
path: root/setup/sound.h
diff options
context:
space:
mode:
authorSimon Howard2008-02-12 21:29:58 +0000
committerSimon Howard2008-02-12 21:29:58 +0000
commit88e70502930e07626526750e0d3230cc2d1260f7 (patch)
tree479008016b2507ff61585bcc94b8bd9b4b406b1c /setup/sound.h
parent53fa6c27c20f3abd7f290a39a97bfb9bae452b2d (diff)
downloadchocolate-doom-88e70502930e07626526750e0d3230cc2d1260f7.tar.gz
chocolate-doom-88e70502930e07626526750e0d3230cc2d1260f7.tar.bz2
chocolate-doom-88e70502930e07626526750e0d3230cc2d1260f7.zip
Add use_libsamplerate variable to setup.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1082
Diffstat (limited to 'setup/sound.h')
-rw-r--r--setup/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup/sound.h b/setup/sound.h
index 5ef0702e..170dda0a 100644
--- a/setup/sound.h
+++ b/setup/sound.h
@@ -31,6 +31,8 @@ extern int musicVolume;
extern int snd_samplerate;
+extern int use_libsamplerate;
+
void ConfigSound(void);
#endif /* #ifndef SETUP_SOUND_H */