aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
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];