From ba1336ee2a04119d7598c69c2ddbc880dd02b59c Mon Sep 17 00:00:00 2001 From: D G Turner Date: Sat, 7 Dec 2013 02:21:16 +0000 Subject: TINSEL: Add missing getDebugger() for engine API. --- engines/tinsel/tinsel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines') diff --git a/engines/tinsel/tinsel.h b/engines/tinsel/tinsel.h index 5eb3b7d7b8..d26153245d 100644 --- a/engines/tinsel/tinsel.h +++ b/engines/tinsel/tinsel.h @@ -32,6 +32,8 @@ #include "common/util.h" #include "engines/engine.h" +#include "gui/debugger.h" + #include "tinsel/debugger.h" #include "tinsel/graphics.h" #include "tinsel/sound.h" @@ -150,6 +152,7 @@ class TinselEngine : public Engine { Common::Point _mousePos; uint8 _dosPlayerDir; Console *_console; + GUI::Debugger *getDebugger() { return _console; } static const char *const _sampleIndices[][3]; static const char *const _sampleFiles[][3]; -- cgit v1.2.3