From 88e70502930e07626526750e0d3230cc2d1260f7 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Tue, 12 Feb 2008 21:29:58 +0000 Subject: Add use_libsamplerate variable to setup. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1082 --- setup/sound.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup/sound.h') 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 */ -- cgit v1.2.3