From ac62a7cb2e17a86350681366d768a99db3b9845d Mon Sep 17 00:00:00 2001 From: Ludvig Strigeus Date: Sun, 14 Apr 2002 18:13:08 +0000 Subject: wrote new mixer class, cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937 --- dc/dcmain.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'dc') diff --git a/dc/dcmain.cpp b/dc/dcmain.cpp index bb1dc20521..e2ff7c5648 100644 --- a/dc/dcmain.cpp +++ b/dc/dcmain.cpp @@ -23,7 +23,6 @@ #include "stdafx.h" #include "scumm.h" #include "gui.h" -#include "sound.h" #include "dc.h" #include "icon.h" @@ -33,7 +32,7 @@ ScummDebugger debugger; Gui gui; Icon icon; -SoundEngine sound; +IMuse sound; SOUND_DRIVER_TYPE snd_driv; /* CD Audio stubs */ -- cgit v1.2.3