[Scummvm-cvs-logs] scummvm master -> c839a1962e1105801496421531b43d6aaec628e3

digitall dgturner at iee.org
Sat Dec 7 03:35:46 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:
c839a1962e TSAGE: Add missing getDebugger() for engine API.


Commit: c839a1962e1105801496421531b43d6aaec628e3
    https://github.com/scummvm/scummvm/commit/c839a1962e1105801496421531b43d6aaec628e3
Author: D G Turner (digitall at scummvm.org)
Date: 2013-12-06T18:38:58-08:00

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

Changed paths:
    engines/tsage/tsage.h



diff --git a/engines/tsage/tsage.h b/engines/tsage/tsage.h
index 41179c4..0896580 100644
--- a/engines/tsage/tsage.h
+++ b/engines/tsage/tsage.h
@@ -27,6 +27,7 @@
 #include "common/rect.h"
 #include "audio/mixer.h"
 #include "common/file.h"
+#include "gui/debugger.h"
 
 #include "tsage/core.h"
 #include "tsage/resources.h"
@@ -76,6 +77,7 @@ public:
 
 	MemoryManager _memoryManager;
 	Debugger *_debugger;
+	GUI::Debugger *getDebugger() { return _debugger; }
 
 	const char *getGameId() const;
 	uint32 getGameID() const;






More information about the Scummvm-git-logs mailing list