aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/debugger.h')
-rw-r--r--engines/xeen/debugger.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/engines/xeen/debugger.h b/engines/xeen/debugger.h
index 6a1ec12e80..e7f8ef6b7d 100644
--- a/engines/xeen/debugger.h
+++ b/engines/xeen/debugger.h
@@ -31,12 +31,15 @@ namespace Xeen {
class XeenEngine;
class Debugger : public GUI::Debugger {
-protected:
+private:
XeenEngine *_vm;
+ int _spellId;
- bool Cmd_LoadScene(int argc, const char **argv);
+ bool cmdSpell(int argc, const char **argv);
public:
Debugger(XeenEngine *vm);
+
+ void update();
};
} // End of namespace Xeen