Implement getDebugger() in AGI

svn-id: r43840
This commit is contained in:
Jordi Vilalta Prat 2009-08-30 21:43:07 +00:00
parent 0cd8599082
commit 768f480e58
2 changed files with 2 additions and 0 deletions

View File

@ -843,6 +843,7 @@ public:
void pause(uint32 msec);
Console *_console;
GUI::Debugger *getDebugger() { return _console; }
int agiInit();
int agiDeinit();

View File

@ -55,6 +55,7 @@ public:
//SoundMgr *_sound;
PictureMgr *_picture;
PreAGI_Console *_console;
GUI::Debugger *getDebugger() { return _console; }
void clearImageStack() {}
void recordImageStackCall(uint8 type, int16 p1, int16 p2, int16 p3,