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 a9610d1555..36da1d33f4 100644
--- a/engines/titanic/debugger.h
+++ b/engines/titanic/debugger.h
@@ -99,6 +99,11 @@ private:
* Play a sound
*/
bool cmdSound(int argc, const char **argv);
+
+ /**
+ * Change to the cheat room
+ */
+ bool cmdCheat(int argc, const char **argv);
protected:
TitanicEngine *_vm;
public: