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, 3 insertions, 3 deletions
diff --git a/engines/kyra/debugger.h b/engines/kyra/debugger.h
index c9cf6dba2a..dfc2a26aa2 100644
--- a/engines/kyra/debugger.h
+++ b/engines/kyra/debugger.h
@@ -41,6 +41,9 @@ public:
virtual ~Debugger() {} // we need this for __SYMBIAN32__ archaic gcc/UIQ
protected:
+ virtual void preEnter();
+ virtual void postEnter();
+
KyraEngine_v1 *_vm;
bool cmd_setScreenDebug(int argc, const char **argv);
@@ -62,9 +65,6 @@ public:
protected:
KyraEngine_LoK *_vm;
- virtual void preEnter();
- virtual void postEnter();
-
bool cmd_enterRoom(int argc, const char **argv);
bool cmd_listScenes(int argc, const char **argv);
bool cmd_giveItem(int argc, const char **argv);