aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/engine/eobcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/engine/eobcommon.h')
-rw-r--r--engines/kyra/engine/eobcommon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/engine/eobcommon.h b/engines/kyra/engine/eobcommon.h
index c56a41b6a1..38bdae0a7c 100644
--- a/engines/kyra/engine/eobcommon.h
+++ b/engines/kyra/engine/eobcommon.h
@@ -1175,6 +1175,9 @@ protected:
void snd_stopSound();
void snd_fadeOut();
+ const char *const *_levelSoundFiles1;
+ const char *const *_levelSoundFiles2;
+
// keymap
static const char *const kKeymapName;
};