From 4bf764a5b8952856b1ca04f1282121e8054938de Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sat, 29 Oct 2011 22:58:13 +0000 Subject: Enable gcc warning to detect redundant declarations, and clean up instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468 --- src/setup/sound.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/setup/sound.h') diff --git a/src/setup/sound.h b/src/setup/sound.h index 87317589..b41c1b4b 100644 --- a/src/setup/sound.h +++ b/src/setup/sound.h @@ -22,9 +22,9 @@ #ifndef SETUP_SOUND_H #define SETUP_SOUND_H +#include "i_sound.h" + void ConfigSound(void); void BindSoundVariables(void); -extern int snd_musicdevice; - #endif /* #ifndef SETUP_SOUND_H */ -- cgit v1.2.3