HOPKINS: Add missing getDebugger() for engine API.

This commit is contained in:
D G Turner 2013-12-07 01:11:26 +00:00
parent 4e849da06d
commit 05e07eed9c

View File

@ -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;