aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/console.h
diff options
context:
space:
mode:
authorBendegúz Nagy2016-08-10 15:31:12 +0200
committerBendegúz Nagy2016-08-26 23:02:22 +0200
commit56f5af7592283dd63392942a4bd05253be2ed5c4 (patch)
treee77cdc7905a1791430761c651bf34b6f23b73a36 /engines/dm/console.h
parenta5c0a324462b9f149eea3ef78589999d193de71e (diff)
downloadscummvm-rg350-56f5af7592283dd63392942a4bd05253be2ed5c4.tar.gz
scummvm-rg350-56f5af7592283dd63392942a4bd05253be2ed5c4.tar.bz2
scummvm-rg350-56f5af7592283dd63392942a4bd05253be2ed5c4.zip
DM: Add debug command .map
Diffstat (limited to 'engines/dm/console.h')
-rw-r--r--engines/dm/console.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/console.h b/engines/dm/console.h
index a11d334cce..9493b353a4 100644
--- a/engines/dm/console.h
+++ b/engines/dm/console.h
@@ -54,6 +54,8 @@ public:
// Cmd_pos
bool Cmd_pos(int argc, const char **argv);
+ // Cmd_map
+ bool Cmd_map(int argc, const char **argv);
};
}