aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index dcd13804b3..06f9e32285 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -270,9 +270,13 @@ public:
virtual void initKeymap();
+ void pauseEngineIntern(bool pause);
+
Screen *screen();
GUI *gui() const;
+ const AudioDataStruct *soundData(int index) { return &_soundData[index]; }
+
private:
Screen_LoL *_screen;
GUI_LoL *_gui;
@@ -400,6 +404,10 @@ private:
static const int _outroMonsterScaleTableX[];
static const int _outroMonsterScaleTableY[];
+ // Non-interactive demo
+ int playDemo();
+ void pauseDemoPlayer(bool toggle);
+
// timers
void setupTimers();