aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/riven.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mohawk/riven.h')
-rw-r--r--engines/mohawk/riven.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/mohawk/riven.h b/engines/mohawk/riven.h
index d8ef5c281f..a09320bc16 100644
--- a/engines/mohawk/riven.h
+++ b/engines/mohawk/riven.h
@@ -39,6 +39,7 @@ class RivenGraphics;
class RivenExternal;
class RivenConsole;
class RivenSaveLoad;
+class RivenOptionsDialog;
#define RIVEN_STACKS 8
@@ -110,7 +111,7 @@ public:
Card _cardData;
bool _gameOver;
- GUI::Debugger *getDebugger() { return _console; }
+ GUI::Debugger *getDebugger();
bool canLoadGameStateCurrently() { return true; }
bool canSaveGameStateCurrently() { return true; }