mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 17:29:11 +00:00
Implement getDebugger() in AGI
svn-id: r43840
This commit is contained in:
parent
0cd8599082
commit
768f480e58
@ -843,6 +843,7 @@ public:
|
||||
void pause(uint32 msec);
|
||||
|
||||
Console *_console;
|
||||
GUI::Debugger *getDebugger() { return _console; }
|
||||
|
||||
int agiInit();
|
||||
int agiDeinit();
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user