aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/lure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lure/lure.cpp')
-rw-r--r--engines/lure/lure.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/lure/lure.cpp b/engines/lure/lure.cpp
index e90059fa9b..a394bf950c 100644
--- a/engines/lure/lure.cpp
+++ b/engines/lure/lure.cpp
@@ -249,6 +249,10 @@ void LureEngine::GUIError(const char *msg, ...) {
GUIErrorMessage(buffer);
}
+GUI::Debugger *LureEngine::getDebugger() {
+ return &Game::getReference().debugger();
+}
+
void LureEngine::syncSoundSettings() {
Sound.syncSounds();
}