aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tinsel')
-rw-r--r--engines/tinsel/debugger.h9
1 files changed, 5 insertions, 4 deletions
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