Broke MidiStreamer into .h and .cpp components.

svn-id: r5682
This commit is contained in:
Jamieson Christian 2002-11-21 19:26:44 +00:00
parent 40597a9193
commit e68d425cdc
3 changed files with 72 additions and 75 deletions

View file

@ -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