From 604077827f44d027e7c3afd3200afe1a901e1c2a Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 25 Jan 2007 14:18:12 +0000 Subject: - Some clean-up - Fixed sound playing and looping - Changed Paula to use non-absolute panning, defaulting to 0.25/0.75 and 0.75/0.25, as per madmoose's suggestion - Prepared/Cleaned-up Paula and Infogrames for the move to sound/mods/ svn-id: r25189 --- engines/gob/game.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/gob/game.h') diff --git a/engines/gob/game.h b/engines/gob/game.h index 9bdd15049f..1b7ba19834 100644 --- a/engines/gob/game.h +++ b/engines/gob/game.h @@ -24,6 +24,7 @@ #define GOB_GAME_H #include "gob/sound.h" +#include "gob/music.h" #include "gob/video.h" namespace Gob { @@ -151,6 +152,10 @@ public: char _soundFromExt[60]; bool _soundADL[60]; + Infogrames::Instruments *_infIns; + Infogrames *_infogrames; + Audio::SoundHandle _infHandle; + char _totToLoad[20]; int32 _startTimeKey; -- cgit v1.2.3