aboutsummaryrefslogtreecommitdiff
path: root/simon/midi.cpp
diff options
context:
space:
mode:
authorJamieson Christian2002-11-21 19:26:44 +0000
committerJamieson Christian2002-11-21 19:26:44 +0000
commite68d425cdc9c2ac9a7191c2945675d9f7326cc35 (patch)
tree41c0c98c83d648c9f3202de08994649fccfbecd9 /simon/midi.cpp
parent40597a9193a4ee0a471c5023904297f883b8b200 (diff)
downloadscummvm-rg350-e68d425cdc9c2ac9a7191c2945675d9f7326cc35.tar.gz
scummvm-rg350-e68d425cdc9c2ac9a7191c2945675d9f7326cc35.tar.bz2
scummvm-rg350-e68d425cdc9c2ac9a7191c2945675d9f7326cc35.zip
Broke MidiStreamer into .h and .cpp components.
svn-id: r5682
Diffstat (limited to 'simon/midi.cpp')
-rw-r--r--simon/midi.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/simon/midi.cpp b/simon/midi.cpp
index cf31d24b0f..15d61ab74e 100644
--- a/simon/midi.cpp
+++ b/simon/midi.cpp
@@ -24,13 +24,10 @@
#include "scummsys.h"
#include "common/system.h"
#include "common/file.h"
-#include "sound/mididrv.h"
+#include "sound/midistreamer.h"
#include "sound/mixer.h"
#include "simon/simon.h"
-// FIXME: This is a horrible place to put this, but for now....
-#include "sound/midistreamer.cpp"
-
MidiPlayer::MidiPlayer() {
// Since initialize() is called every time the music changes,
// this is where we'll initialize stuff that must persist