[Scummvm-cvs-logs] scummvm master -> 260ee4f390dafcba6e4d6289b07be44796c736a9
digitall
dgturner at iee.org
Sat Dec 7 00:40:05 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:
260ee4f390 DREAMWEB: Add missing getDebugger() for engine API.
Commit: 260ee4f390dafcba6e4d6289b07be44796c736a9
https://github.com/scummvm/scummvm/commit/260ee4f390dafcba6e4d6289b07be44796c736a9
Author: D G Turner (digitall at scummvm.org)
Date: 2013-12-06T15:43:08-08:00
Commit Message:
DREAMWEB: Add missing getDebugger() for engine API.
Changed paths:
engines/dreamweb/dreamweb.h
diff --git a/engines/dreamweb/dreamweb.h b/engines/dreamweb/dreamweb.h
index 010f388..87a9f54 100644
--- a/engines/dreamweb/dreamweb.h
+++ b/engines/dreamweb/dreamweb.h
@@ -110,6 +110,8 @@ protected:
virtual Common::Error run();
virtual bool hasFeature(EngineFeature f) const;
+ GUI::Debugger *getDebugger() { return _console; }
+
public:
DreamWebEngine(OSystem *syst, const DreamWebGameDescription *gameDesc);
virtual ~DreamWebEngine();
More information about the Scummvm-git-logs
mailing list