From 05e07eed9cb1fce5cfd4c4df232e3ffac28ba1c0 Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 7 Dec 2013 01:11:26 +0000 Subject: HOPKINS: Add missing getDebugger() for engine API. --- engines/hopkins/hopkins.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/hopkins') 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; -- cgit v1.2.3