aboutsummaryrefslogtreecommitdiff
path: root/x11.cpp
diff options
context:
space:
mode:
authorLudvig Strigeus2002-04-14 18:13:08 +0000
committerLudvig Strigeus2002-04-14 18:13:08 +0000
commitac62a7cb2e17a86350681366d768a99db3b9845d (patch)
tree48a6f9eca1242f7ebf03f05835372811a4048f7a /x11.cpp
parenta5e3dbb85dad96d8ffb6205e07d12ff8396ba5c7 (diff)
downloadscummvm-rg350-ac62a7cb2e17a86350681366d768a99db3b9845d.tar.gz
scummvm-rg350-ac62a7cb2e17a86350681366d768a99db3b9845d.tar.bz2
scummvm-rg350-ac62a7cb2e17a86350681366d768a99db3b9845d.zip
wrote new mixer class,
cleaned up sound header files, integrated mixer into scummvm & simon svn-id: r3937
Diffstat (limited to 'x11.cpp')
-rw-r--r--x11.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11.cpp b/x11.cpp
index d2e9928bc0..3d249ac2a1 100644
--- a/x11.cpp
+++ b/x11.cpp
@@ -24,7 +24,6 @@
#include "stdafx.h"
#include "scumm.h"
#include "gui.h"
-#include "sound.h"
#include "cdmusic.h"
#include "mp3_cd.h"
@@ -50,7 +49,7 @@
Scumm scumm;
ScummDebugger debugger;
Gui gui;
-SoundEngine sound;
+IMuse sound;
SOUND_DRIVER_TYPE snd_driv;
static unsigned char *local_fb;