aboutsummaryrefslogtreecommitdiff
path: root/engines/toltecs
diff options
context:
space:
mode:
authorD G Turner2013-12-07 02:28:42 +0000
committerD G Turner2013-12-07 02:28:42 +0000
commit01365b62b9c2ece60f6a5ed69fe59ff52d49653d (patch)
tree107f4107bb32ab7984fcfd37c6c7bb8fcbf70de6 /engines/toltecs
parentba1336ee2a04119d7598c69c2ddbc880dd02b59c (diff)
downloadscummvm-rg350-01365b62b9c2ece60f6a5ed69fe59ff52d49653d.tar.gz
scummvm-rg350-01365b62b9c2ece60f6a5ed69fe59ff52d49653d.tar.bz2
scummvm-rg350-01365b62b9c2ece60f6a5ed69fe59ff52d49653d.zip
TOLTECS: Add missing getDebugger() for engine API.
Diffstat (limited to 'engines/toltecs')
-rw-r--r--engines/toltecs/toltecs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/engines/toltecs/toltecs.h b/engines/toltecs/toltecs.h
index 0be2d2a646..b405d099c4 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);