From 51109a5cfcc8d9f817813499c39f243016aa170f Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 19 Mar 2009 23:40:59 +0000 Subject: Adding simple support for protracker playback svn-id: r39550 --- engines/gob/sound/sound.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'engines/gob/sound/sound.h') diff --git a/engines/gob/sound/sound.h b/engines/gob/sound/sound.h index 6fde4660aa..dbdd580ec7 100644 --- a/engines/gob/sound/sound.h +++ b/engines/gob/sound/sound.h @@ -31,6 +31,7 @@ #include "gob/sound/soundblaster.h" #include "gob/sound/adlib.h" #include "gob/sound/infogrames.h" +#include "gob/sound/protracker.h" #include "gob/sound/cdrom.h" #include "gob/sound/bgatmosphere.h" @@ -102,6 +103,11 @@ public: void infogramesStop(); + // Protracker + bool protrackerPlay(const char *fileName); + void protrackerStop(); + + // CD-ROM void cdLoadLIC(const char *fname); void cdUnloadLIC(); @@ -139,6 +145,7 @@ private: SoundBlaster *_blaster; AdLib *_adlib; Infogrames *_infogrames; + Protracker *_protracker; CDROM *_cdrom; BackgroundAtmosphere *_bgatmos; }; -- cgit v1.2.3