aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/debugger.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/debugger.h')
-rw-r--r--engines/sherlock/debugger.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/sherlock/debugger.h b/engines/sherlock/debugger.h
index c394c52cd5..39866d0cd3 100644
--- a/engines/sherlock/debugger.h
+++ b/engines/sherlock/debugger.h
@@ -55,6 +55,11 @@ private:
*/
bool cmd3DO_PlayMovie(int argc, const char **argv);
+ /**
+ * Plays a song
+ */
+ bool cmdSong(int argc, const char **argv);
+
private:
Common::String _3doPlayMovieFile;
};