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 919d6c5358..a9610d1555 100644
--- a/engines/titanic/debugger.h
+++ b/engines/titanic/debugger.h
@@ -94,6 +94,11 @@ private:
* Shows a movie
*/
bool cmdMovie(int argc, const char **argv);
+
+ /**
+ * Play a sound
+ */
+ bool cmdSound(int argc, const char **argv);
protected:
TitanicEngine *_vm;
public: