mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-18 07:39:08 +00:00
HOPKINS: Add missing getDebugger() for engine API.
This commit is contained in:
parent
4e849da06d
commit
05e07eed9c
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user