added key shortcut to dump identifiers for all gadgets on current screen
[rocksndiamonds.git] / src / libgame / sound.h
index 26e882b3e177c5345b97c8a3670046463dd83c9e..9d496c3c8b4c075c4ee5ace15f0b83e5ece50652 100644 (file)
@@ -121,6 +121,8 @@ int getSoundListSize();
 int getMusicListSize();
 struct FileInfo *getSoundListEntry(int);
 struct FileInfo *getMusicListEntry(int);
+char *getMusicInfoEntryFilename(int);
+char *getCurrentlyPlayingMusicFilename();
 int getSoundListPropertyMappingSize();
 int getMusicListPropertyMappingSize();
 struct PropertyMapping *getSoundListPropertyMapping();