aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
diff options
context:
space:
mode:
authorD G Turner2013-12-07 02:32:29 +0000
committerD G Turner2013-12-07 02:32:29 +0000
commit53c3bff277a97df73a6933a1074ffe6241a4a5ce (patch)
treeed8b98e44f0001738f8496574673a1417317fc9c /engines/tony
parent01365b62b9c2ece60f6a5ed69fe59ff52d49653d (diff)
downloadscummvm-rg350-53c3bff277a97df73a6933a1074ffe6241a4a5ce.tar.gz
scummvm-rg350-53c3bff277a97df73a6933a1074ffe6241a4a5ce.tar.bz2
scummvm-rg350-53c3bff277a97df73a6933a1074ffe6241a4a5ce.zip
TONY: Add missing getDebugger() for engine API.
Diffstat (limited to 'engines/tony')
-rw-r--r--engines/tony/tony.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/tony/tony.h b/engines/tony/tony.h
index 750673061d..cdc7d7e20a 100644
--- a/engines/tony/tony.h
+++ b/engines/tony/tony.h
@@ -31,6 +31,7 @@
#include "common/random.h"
#include "common/util.h"
#include "engines/engine.h"
+#include "gui/debugger.h"
#include "tony/mpal/mpal.h"
#include "tony/mpal/memory.h"
@@ -108,6 +109,7 @@ public:
Common::List<FPSfx *> _activeSfx;
Globals _globals;
Debugger *_debugger;
+ GUI::Debugger *getDebugger() { return _debugger; }
int16 _cTableDialog[256];
int16 _lTableDialog[256];