[Scummvm-cvs-logs] SF.net SVN: scummvm:[36068] scummvm/trunk/engines/lure

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Mon Jan 26 07:53:23 CET 2009


Revision: 36068
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36068&view=rev
Author:   dreammaster
Date:     2009-01-26 06:53:23 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
Implemented the Engine::getDebugger method

Modified Paths:
--------------
    scummvm/trunk/engines/lure/lure.cpp
    scummvm/trunk/engines/lure/lure.h

Modified: scummvm/trunk/engines/lure/lure.cpp
===================================================================
--- scummvm/trunk/engines/lure/lure.cpp	2009-01-26 04:23:13 UTC (rev 36067)
+++ scummvm/trunk/engines/lure/lure.cpp	2009-01-26 06:53:23 UTC (rev 36068)
@@ -249,6 +249,10 @@
 	GUIErrorMessage(buffer);
 }
 
+GUI::Debugger *LureEngine::getDebugger() {
+	return &Game::getReference().debugger();
+}
+
 void LureEngine::syncSoundSettings() {
 	Sound.syncSounds();
 }

Modified: scummvm/trunk/engines/lure/lure.h
===================================================================
--- scummvm/trunk/engines/lure/lure.h	2009-01-26 04:23:13 UTC (rev 36067)
+++ scummvm/trunk/engines/lure/lure.h	2009-01-26 06:53:23 UTC (rev 36068)
@@ -88,6 +88,7 @@
 	uint32 getFeatures() const;
 	Common::Language getLanguage() const;
 	Common::Platform getPlatform() const;
+	virtual GUI::Debugger *getDebugger();
 	bool isEGA() const { return (getFeatures() & GF_EGA) != 0; }
 };
 	Common::String getSaveName(Common::InSaveFile *in);


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