From 51efdd70e49a1378cc828113a3ee3997f85cdc14 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Thu, 2 Oct 2008 18:46:11 +0000 Subject: Split out high-level sound code from hexen/i_ibm.c and refactor to use common interface. Subversion-branch: /branches/raven-branch Subversion-revision: 1324 --- src/hexen/sounds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hexen/sounds.h') diff --git a/src/hexen/sounds.h b/src/hexen/sounds.h index ea6fa3dd..a5b4388e 100644 --- a/src/hexen/sounds.h +++ b/src/hexen/sounds.h @@ -25,7 +25,7 @@ #ifndef __SOUNDSH__ #define __SOUNDSH__ -#include "soundst.h" +#include "i_sound.h" #define MAX_SND_DIST 2025 #define MAX_CHANNELS 16 -- cgit v1.2.3