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/p_acs.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/hexen/p_acs.c') diff --git a/src/hexen/p_acs.c b/src/hexen/p_acs.c index ae52cb2d..0cd85219 100644 --- a/src/hexen/p_acs.c +++ b/src/hexen/p_acs.c @@ -25,6 +25,7 @@ // HEADER FILES ------------------------------------------------------------ #include "h2def.h" +#include "s_sound.h" #include "i_system.h" #include "p_local.h" -- cgit v1.2.3