Broke MidiStreamer into .h and .cpp components.
svn-id: r5682
This commit is contained in:
parent
40597a9193
commit
e68d425cdc
3 changed files with 72 additions and 75 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue