From 6edc86a19b6060c9f0f257b05ff711b021910de4 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 7 Dec 2010 18:54:21 +0000 Subject: DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine svn-id: r54815 --- engines/tinsel/debugger.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'engines/tinsel') diff --git a/engines/tinsel/debugger.h b/engines/tinsel/debugger.h index e3e7e7cd48..e803f16566 100644 --- a/engines/tinsel/debugger.h +++ b/engines/tinsel/debugger.h @@ -33,15 +33,16 @@ namespace Tinsel { class TinselEngine; class Console: public GUI::Debugger { -protected: +public: + Console(); + virtual ~Console(); + +private: bool cmd_item(int argc, const char **argv); bool cmd_scene(int argc, const char **argv); bool cmd_music(int argc, const char **argv); bool cmd_sound(int argc, const char **argv); bool cmd_string(int argc, const char **argv); -public: - Console(); - virtual ~Console(); }; } // End of namespace Tinsel -- cgit v1.2.3