[Scummvm-cvs-logs] scummvm master -> 53c3bff277a97df73a6933a1074ffe6241a4a5ce

digitall dgturner at iee.org
Sat Dec 7 03:29:14 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:
53c3bff277 TONY: Add missing getDebugger() for engine API.


Commit: 53c3bff277a97df73a6933a1074ffe6241a4a5ce
    https://github.com/scummvm/scummvm/commit/53c3bff277a97df73a6933a1074ffe6241a4a5ce
Author: D G Turner (digitall at scummvm.org)
Date: 2013-12-06T18:32:29-08:00

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

Changed paths:
    engines/tony/tony.h



diff --git a/engines/tony/tony.h b/engines/tony/tony.h
index 7506730..cdc7d7e 100644
--- a/engines/tony/tony.h
+++ b/engines/tony/tony.h
@@ -31,6 +31,7 @@
 #include "common/random.h"
 #include "common/util.h"
 #include "engines/engine.h"
+#include "gui/debugger.h"
 
 #include "tony/mpal/mpal.h"
 #include "tony/mpal/memory.h"
@@ -108,6 +109,7 @@ public:
 	Common::List<FPSfx *> _activeSfx;
 	Globals _globals;
 	Debugger *_debugger;
+	GUI::Debugger *getDebugger() { return _debugger; }
 
 	int16 _cTableDialog[256];
 	int16 _lTableDialog[256];






More information about the Scummvm-git-logs mailing list