aboutsummaryrefslogtreecommitdiff
path: root/engines/draci/draci.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/draci/draci.h')
-rw-r--r--engines/draci/draci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/draci/draci.h b/engines/draci/draci.h
index e6b78f310a..1f43fc8f68 100644
--- a/engines/draci/draci.h
+++ b/engines/draci/draci.h
@@ -50,6 +50,8 @@ public:
Common::Error run();
bool hasFeature(Engine::EngineFeature f) const;
+
+ bool handleEvents();
Screen *_screen;
Mouse *_mouse;
@@ -70,6 +72,8 @@ public:
BArchive *_walkingMapsArchive;
BArchive *_initArchive;
+ bool _showWalkingMap;
+
Common::RandomSource _rnd;
};