[Scummvm-cvs-logs] scummvm master -> 521b1c729cc25941a48ecc56f899247a895b407c

digitall dgturner at iee.org
Sat Dec 7 02:23: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:
521b1c729c NEVERHOOD: Add missing getDebugger() for engine API.


Commit: 521b1c729cc25941a48ecc56f899247a895b407c
    https://github.com/scummvm/scummvm/commit/521b1c729cc25941a48ecc56f899247a895b407c
Author: D G Turner (digitall at scummvm.org)
Date: 2013-12-06T17:26:42-08:00

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

Changed paths:
    engines/neverhood/neverhood.h



diff --git a/engines/neverhood/neverhood.h b/engines/neverhood/neverhood.h
index 0561aa2..4d923d1 100644
--- a/engines/neverhood/neverhood.h
+++ b/engines/neverhood/neverhood.h
@@ -32,6 +32,8 @@
 #include "common/system.h"
 #include "audio/mixer.h"
 #include "engines/engine.h"
+#include "gui/debugger.h"
+#include "neverhood/console.h"
 #include "neverhood/messages.h"
 
 namespace Neverhood {
@@ -48,7 +50,6 @@ class Screen;
 class SoundMan;
 class AudioResourceMan;
 class StaticData;
-class Console;
 struct NPoint;
 
 struct GameState {
@@ -90,6 +91,7 @@ public:
 	GameModule *_gameModule;
 	StaticData *_staticData;
 	Console *_console;
+	GUI::Debugger *getDebugger() { return _console; }
 
 	SoundMan *_soundMan;
 	AudioResourceMan *_audioResourceMan;






More information about the Scummvm-git-logs mailing list