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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mads/debugger.h b/engines/mads/debugger.h
index 70b2cadc65..f6b58ac0de 100644
--- a/engines/mads/debugger.h
+++ b/engines/mads/debugger.h
@@ -51,6 +51,7 @@ protected:
bool Cmd_Item(int argc, const char **argv);
bool Cmd_PlayAnim(int argc, const char **argv);
bool Cmd_PlayText(int argc, const char **argv);
+ bool Cmd_SetCamera(int argc, const char **argv);
public:
bool _showMousePos;
public: