aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra.h')
-rw-r--r--engines/kyra/kyra.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/kyra/kyra.h b/engines/kyra/kyra.h
index 7207c63090..b024432b36 100644
--- a/engines/kyra/kyra.h
+++ b/engines/kyra/kyra.h
@@ -84,6 +84,12 @@ enum kDebugLevels {
kDebugLevelTimer = 1 << 10 // prints debug output of "TimerManager" functions
};
+enum kMusicDataID {
+ kMusicIntro = 0,
+ kMusicIngame,
+ kMusicFinale
+};
+
class Screen;
class Resource;
class Sound;
@@ -191,6 +197,8 @@ protected:
uint8 _flagsTable[100]; // TODO: check this value
// sound
+ Common::String _speechFile;
+
int _curMusicTheme;
int _curSfxFile;
int16 _lastMusicCommand;