aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/preagi_mickey.h
diff options
context:
space:
mode:
authorMatthew Hoops2011-08-15 22:03:58 -0400
committerMatthew Hoops2011-08-15 22:24:42 -0400
commit6f83052b403b2ddcb51f7e732564bd53c240e1a9 (patch)
tree334fe39a61e148c9089a56cc59f825411f918190 /engines/agi/preagi_mickey.h
parent87b48806dd2b02b99eb986683d286789213a7985 (diff)
downloadscummvm-rg350-6f83052b403b2ddcb51f7e732564bd53c240e1a9.tar.gz
scummvm-rg350-6f83052b403b2ddcb51f7e732564bd53c240e1a9.tar.bz2
scummvm-rg350-6f83052b403b2ddcb51f7e732564bd53c240e1a9.zip
AGI: Cleanup PreAGI console code
Diffstat (limited to 'engines/agi/preagi_mickey.h')
-rw-r--r--engines/agi/preagi_mickey.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agi/preagi_mickey.h b/engines/agi/preagi_mickey.h
index 788cfab144..673839a592 100644
--- a/engines/agi/preagi_mickey.h
+++ b/engines/agi/preagi_mickey.h
@@ -689,7 +689,11 @@ public:
void drawPic(int);
void drawObj(ENUM_MSA_OBJECT, int, int);
+ GUI::Debugger *getDebugger() { return _console; }
+
protected:
+ MickeyConsole *_console;
+
MSA_GAME _gameStateMickey;
bool _clickToMove;