[Scummvm-cvs-logs] scummvm master -> 01365b62b9c2ece60f6a5ed69fe59ff52d49653d

digitall dgturner at iee.org
Sat Dec 7 03:25:18 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
01365b62b9 TOLTECS: Add missing getDebugger() for engine API.


Commit: 01365b62b9c2ece60f6a5ed69fe59ff52d49653d
    https://github.com/scummvm/scummvm/commit/01365b62b9c2ece60f6a5ed69fe59ff52d49653d
Author: D G Turner (digitall at scummvm.org)
Date: 2013-12-06T18:28:42-08:00

Commit Message:
TOLTECS: Add missing getDebugger() for engine API.

Changed paths:
    engines/toltecs/toltecs.h



diff --git a/engines/toltecs/toltecs.h b/engines/toltecs/toltecs.h
index 0be2d2a..b405d09 100644
--- a/engines/toltecs/toltecs.h
+++ b/engines/toltecs/toltecs.h
@@ -36,13 +36,16 @@
 
 #include "graphics/surface.h"
 
+#include "gui/debugger.h"
+
+#include "toltecs/console.h"
+
 namespace Toltecs {
 
 struct ToltecsGameDescription;
 
 class AnimationPlayer;
 class ArchiveReader;
-class Console;
 class Input;
 class MenuSystem;
 class MoviePlayer;
@@ -110,6 +113,8 @@ public:
 	const Common::String& getTargetName() const { return _targetName; }
 	void syncSoundSettings();
 
+	GUI::Debugger *getDebugger() { return _console; }
+
 	void setupSysStrings();
 	void requestSavegame(int slotNum, Common::String &description);
 	void requestLoadgame(int slotNum);






More information about the Scummvm-git-logs mailing list