aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mads/debugger.h')
-rw-r--r--engines/mads/debugger.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/debugger.h b/engines/mads/debugger.h
index 351eb13615..c8fee5f5b2 100644
--- a/engines/mads/debugger.h
+++ b/engines/mads/debugger.h
@@ -49,6 +49,8 @@ protected:
bool Cmd_ShowItem(int argc, const char **argv);
bool Cmd_DumpItems(int argc, const char **argv);
bool Cmd_Item(int argc, const char **argv);
+ bool Cmd_PlayAnim(int argc, const char **argv);
+ bool Cmd_PlayText(int argc, const char **argv);
public:
bool _showMousePos;
public: