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, 5 insertions, 0 deletions
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;