aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/kyra_lok.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/kyra_lok.h')
-rw-r--r--engines/kyra/kyra_lok.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/kyra/kyra_lok.h b/engines/kyra/kyra_lok.h
index 5d20cb0652..f89caef142 100644
--- a/engines/kyra/kyra_lok.h
+++ b/engines/kyra/kyra_lok.h
@@ -510,6 +510,9 @@ protected:
static const int8 _amigaTrackMap[];
static const int _amigaTrackMapSize;
+ static const uint8 _introSfxDataPC98[];
+ static const int _introSfxDataPC98Size;
+
// TODO: get rid of all variables having pointers to the static resources if possible
// i.e. let them directly use the _staticres functions
void initStaticResource();