aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mutationofjb/debug.h')
-rw-r--r--engines/mutationofjb/debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/mutationofjb/debug.h b/engines/mutationofjb/debug.h
index 8df51679bf..e57b787a6d 100644
--- a/engines/mutationofjb/debug.h
+++ b/engines/mutationofjb/debug.h
@@ -44,6 +44,9 @@ private:
bool cmd_liststartups(int argc, const char **argv);
bool cmd_showstartup(int argc, const char **argv);
bool cmd_changescene(int argc, const char **argv);
+ bool cmd_dumpsceneinfo(int argc, const char **argv);
+ bool cmd_dumpobjectinfo(int argc, const char **argv);
+ bool cmd_dumpstaticinfo(int argc, const char **argv);
void showIndent(int indentLevel);
void showCommands(Command *command, int indentLevel = 0);