aboutsummaryrefslogtreecommitdiff
path: root/engines/tucker/tucker.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tucker/tucker.h')
-rw-r--r--engines/tucker/tucker.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/tucker/tucker.h b/engines/tucker/tucker.h
index de7042386b..a7d7f1cdd4 100644
--- a/engines/tucker/tucker.h
+++ b/engines/tucker/tucker.h
@@ -39,6 +39,8 @@
#include "engines/engine.h"
+#include "tucker/console.h"
+
/**
* This is the namespace of the Tucker engine.
*
@@ -275,6 +277,7 @@ public:
virtual Common::Error run();
virtual bool hasFeature(EngineFeature f) const;
virtual void syncSoundSettings();
+ GUI::Debugger *getDebugger() { return _console; }
protected:
@@ -566,6 +569,8 @@ protected:
virtual bool canLoadGameStateCurrently();
virtual bool canSaveGameStateCurrently();
+ TuckerConsole *_console;
+
void handleIntroSequence();
void handleCreditsSequence();
void handleCongratulationsSequence();