From a081ae78eebc3f136198ca93ac079c454d9349e0 Mon Sep 17 00:00:00 2001 From: Alyssa Milburn Date: Sat, 22 Sep 2012 12:53:01 +0200 Subject: 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. --- engines/parallaction/sound.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/parallaction/sound.h') 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: -- cgit v1.2.3