aboutsummaryrefslogtreecommitdiff
path: root/engines/testbed/midi.h
diff options
context:
space:
mode:
authorNeeraj Kumar2010-08-11 21:52:28 +0000
committerNeeraj Kumar2010-08-11 21:52:28 +0000
commitf6a1cb991fef5de697d97af1418e719592fbcee6 (patch)
tree5a2d94486f798ddf73aca4fdab458c3b622db625 /engines/testbed/midi.h
parent32553308cffd5d2f936f6143e89db703afeb0036 (diff)
downloadscummvm-rg350-f6a1cb991fef5de697d97af1418e719592fbcee6.tar.gz
scummvm-rg350-f6a1cb991fef5de697d97af1418e719592fbcee6.tar.bz2
scummvm-rg350-f6a1cb991fef5de697d97af1418e719592fbcee6.zip
TESTBED: enable playing MIDI through testbed
svn-id: r52009
Diffstat (limited to 'engines/testbed/midi.h')
-rw-r--r--engines/testbed/midi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/testbed/midi.h b/engines/testbed/midi.h
index 2443a5e0e0..838d98ca1f 100644
--- a/engines/testbed/midi.h
+++ b/engines/testbed/midi.h
@@ -25,6 +25,8 @@
#ifndef TESTBED_MIDI_H
#define TESTBED_MIDI_H
+#include "common/stream.h"
+#include "sound/midiparser.h"
#include "testbed/testsuite.h"
// This file can be used as template for header files of other newer testsuites.
@@ -34,6 +36,8 @@ namespace Testbed {
namespace MidiTests {
// Helper functions for MIDI tests
+bool loadMusicInMemory(Common::MemoryWriteStreamDynamic *ws);
+void waitForMusicToPlay(MidiParser *parser);
// will contain function declarations for MIDI tests
// add more here