From 405914d6553a713b207809034d1b305a23f2be39 Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Wed, 3 Jun 2015 22:12:11 +0200 Subject: SHERLOCK: Add "song" debugger command It could be more user-friendly, but should work well enough for now. --- engines/sherlock/debugger.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'engines/sherlock/debugger.h') 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; }; -- cgit v1.2.3