[Scummvm-cvs-logs] SF.net SVN: scummvm:[35768] scummvm/trunk/engines/parallaction
peres001 at users.sourceforge.net
peres001 at users.sourceforge.net
Wed Jan 7 16:30:39 CET 2009
Revision: 35768
http://scummvm.svn.sourceforge.net/scummvm/?rev=35768&view=rev
Author: peres001
Date: 2009-01-07 15:30:38 +0000 (Wed, 07 Jan 2009)
Log Message:
-----------
Implemented Engine::getDebugger().
Modified Paths:
--------------
scummvm/trunk/engines/parallaction/parallaction.cpp
scummvm/trunk/engines/parallaction/parallaction.h
Modified: scummvm/trunk/engines/parallaction/parallaction.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.cpp 2009-01-07 13:27:58 UTC (rev 35767)
+++ scummvm/trunk/engines/parallaction/parallaction.cpp 2009-01-07 15:30:38 UTC (rev 35768)
@@ -140,6 +140,10 @@
}
}
+GUI::Debugger *Parallaction::getDebugger() {
+ return _debugger;
+}
+
bool canScroll() {
return (_vm->_gfx->_backgroundInfo->width > _vm->_screenWidth);
}
Modified: scummvm/trunk/engines/parallaction/parallaction.h
===================================================================
--- scummvm/trunk/engines/parallaction/parallaction.h 2009-01-07 13:27:58 UTC (rev 35767)
+++ scummvm/trunk/engines/parallaction/parallaction.h 2009-01-07 15:30:38 UTC (rev 35768)
@@ -254,6 +254,7 @@
virtual Common::Error init();
virtual bool hasFeature(EngineFeature f) const;
virtual void pauseEngineIntern(bool pause);
+ virtual GUI::Debugger *getDebugger();
// info
int32 _screenWidth;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list