summaryrefslogtreecommitdiff
path: root/src/i_sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/i_sound.h')
-rw-r--r--src/i_sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i_sound.h b/src/i_sound.h
index d8c4f38a..e4062959 100644
--- a/src/i_sound.h
+++ b/src/i_sound.h
@@ -232,6 +232,7 @@ boolean I_MusicIsPlaying(void);
extern int snd_sfxdevice;
extern int snd_musicdevice;
extern int snd_samplerate;
+extern int snd_cachesize;
void I_BindSoundVariables(void);