aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
authorSven Hesse2007-01-25 15:17:46 +0000
committerSven Hesse2007-01-25 15:17:46 +0000
commit43fb2e6ed9335831df31bead748f4fb7247c3272 (patch)
tree2e73f0eb9b60e5b29fda50fb0e33aa569e9d3a15 /engines/gob/game.h
parentf7c6643841d85334c57df7687eb1caba014f1019 (diff)
downloadscummvm-rg350-43fb2e6ed9335831df31bead748f4fb7247c3272.tar.gz
scummvm-rg350-43fb2e6ed9335831df31bead748f4fb7247c3272.tar.bz2
scummvm-rg350-43fb2e6ed9335831df31bead748f4fb7247c3272.zip
Moved Paula and Infogrames to sound/mods/
svn-id: r25191
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h5
1 files changed, 3 insertions, 2 deletions
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];