aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/sound.h
diff options
context:
space:
mode:
authorAlyssa Milburn2012-09-22 12:53:01 +0200
committerAlyssa Milburn2012-09-22 13:20:58 +0200
commita081ae78eebc3f136198ca93ac079c454d9349e0 (patch)
tree865e585928b68eca4066c0f1b86461865e9cf447 /engines/parallaction/sound.h
parent636d3367d5597736ebf87c4a811128650de09d5e (diff)
downloadscummvm-rg350-a081ae78eebc3f136198ca93ac079c454d9349e0.tar.gz
scummvm-rg350-a081ae78eebc3f136198ca93ac079c454d9349e0.tar.bz2
scummvm-rg350-a081ae78eebc3f136198ca93ac079c454d9349e0.zip
PARALLACTION: Add custom Adlib driver for BRA.
Thanks to peres for working out how it works in the original engine. Also, fix the length of MIDI events so it works properly.
Diffstat (limited to 'engines/parallaction/sound.h')
-rw-r--r--engines/parallaction/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/parallaction/sound.h b/engines/parallaction/sound.h
index e875e69334..e12e50e278 100644
--- a/engines/parallaction/sound.h
+++ b/engines/parallaction/sound.h
@@ -33,6 +33,7 @@
#define PATH_LEN 200
class MidiParser;
+class MidiDriver;
namespace Parallaction {
@@ -41,6 +42,7 @@ class MidiPlayer;
class Parallaction_br;
class MidiPlayer_MSC;
+MidiDriver *createAdLibDriver();
class SoundManImpl {
public: