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 abc8ef012d..622098cf85 100644
--- a/engines/sherlock/debugger.h
+++ b/engines/sherlock/debugger.h
@@ -50,6 +50,11 @@ private:
bool cmdSong(int argc, const char **argv);
/**
+ * Lists all available songs
+ */
+ bool cmdListSongs(int argc, const char **argv);
+
+ /**
* Dumps a file to disk
*/
bool cmdDumpFile(int argc, const char **argv);