From 43fb2e6ed9335831df31bead748f4fb7247c3272 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 25 Jan 2007 15:17:46 +0000 Subject: Moved Paula and Infogrames to sound/mods/ svn-id: r25191 --- engines/gob/game.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'engines/gob/game.h') diff --git a/engines/gob/game.h b/engines/gob/game.h index 1b7ba19834..d43a1efa30 100644 --- a/engines/gob/game.h +++ b/engines/gob/game.h @@ -23,6 +23,7 @@ #ifndef GOB_GAME_H #define GOB_GAME_H +#include "sound/mods/infogrames.h" #include "gob/sound.h" #include "gob/music.h" #include "gob/video.h" @@ -152,8 +153,8 @@ public: char _soundFromExt[60]; bool _soundADL[60]; - Infogrames::Instruments *_infIns; - Infogrames *_infogrames; + Audio::Infogrames::Instruments *_infIns; + Audio::Infogrames *_infogrames; Audio::SoundHandle _infHandle; char _totToLoad[20]; -- cgit v1.2.3