aboutsummaryrefslogtreecommitdiff
path: root/engines/titanic/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/titanic/debugger.h')
-rw-r--r--engines/titanic/debugger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/titanic/debugger.h b/engines/titanic/debugger.h
index 2f3bb91a46..29e82d699f 100644
--- a/engines/titanic/debugger.h
+++ b/engines/titanic/debugger.h
@@ -79,6 +79,11 @@ private:
* List room details, or jump to a specific view
*/
bool cmdRoom(int argc, const char **argv);
+
+ /**
+ * Turn the PET on or off
+ */
+ bool cmdPET(int argc, const char **argv);
protected:
TitanicEngine *_vm;
public: