aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/debugger.h')
-rw-r--r--engines/kyra/debugger.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h
index 69766f3fc0..91f90ee3ef 100644
--- a/engines/kyra/debugger.h
+++ b/engines/kyra/debugger.h
@@ -23,13 +23,13 @@
#ifndef KYRA_DEBUGGER_H
#define KYRA_DEBUGGER_H
-#include "common/debugger.h"
+#include "gui/debugger.h"
namespace Kyra {
class KyraEngine;
-class Debugger : public Common::Debugger<Debugger> {
+class Debugger : public GUI::Debugger {
public:
Debugger(KyraEngine *vm);
virtual ~Debugger() {} // we need this for __SYMBIAN32__ archaic gcc/UIQ
@@ -40,8 +40,6 @@ protected:
virtual void preEnter();
virtual void postEnter();
- bool cmd_exit(int argc, const char **argv);
- bool cmd_help(int argc, const char **argv);
bool cmd_enterRoom(int argc, const char **argv);
bool cmd_listRooms(int argc, const char **argv);
bool cmd_listFlags(int argc, const char **argv);