diff options
Diffstat (limited to 'engines/hopkins')
-rw-r--r-- | engines/hopkins/hopkins.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hopkins/hopkins.h b/engines/hopkins/hopkins.h index d8c30e5004..b7c6a9b5a9 100644 --- a/engines/hopkins/hopkins.h +++ b/engines/hopkins/hopkins.h @@ -48,6 +48,7 @@ #include "common/util.h" #include "engines/engine.h" #include "graphics/surface.h" +#include "gui/debugger.h" /** * This is the namespace of the Hopkins engine. @@ -136,6 +137,8 @@ protected: virtual Common::Error run(); virtual bool hasFeature(EngineFeature f) const; + GUI::Debugger *getDebugger() { return _debug; } + public: AnimationManager *_animMan; ComputerManager *_computer; |