aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/debugger.h
diff options
context:
space:
mode:
authorPaul Gilbert2017-12-27 00:32:51 -0500
committerPaul Gilbert2017-12-27 00:32:51 -0500
commit073380ffb76de78c77863d01aa41f2f17b62d00d (patch)
treef282fb9f7b3ff1b475cb969a82997a193de427ef /engines/xeen/debugger.h
parentf8f2058d4c7f885c8b2b178d8e9eb96304915f2a (diff)
downloadscummvm-rg350-073380ffb76de78c77863d01aa41f2f17b62d00d.tar.gz
scummvm-rg350-073380ffb76de78c77863d01aa41f2f17b62d00d.tar.bz2
scummvm-rg350-073380ffb76de78c77863d01aa41f2f17b62d00d.zip
XEEN: Added debug commands for changing map & position
Diffstat (limited to 'engines/xeen/debugger.h')
-rw-r--r--engines/xeen/debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/debugger.h b/engines/xeen/debugger.h
index bbcc4ca4c2..5916419ce8 100644
--- a/engines/xeen/debugger.h
+++ b/engines/xeen/debugger.h
@@ -39,6 +39,8 @@ private:
bool cmdDump(int argc, const char **argv);
bool cmdGold(int argc, const char **argv);
bool cmdGems(int argc, const char **argv);
+ bool cmdMap(int argc, const char **argv);
+ bool cmdPos(int argc, const char **argv);
public:
Debugger(XeenEngine *vm);