X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsound.h;h=8eb344ef2e921dfae3d8ef554d86d77784740b04;hp=26e882b3e177c5345b97c8a3670046463dd83c9e;hb=8d71e6fb8309bd90ce5f2900d84c686b17950492;hpb=5facf9255f9b11b10ecb89d4e552ae931e35bb89;ds=sidebyside diff --git a/src/libgame/sound.h b/src/libgame/sound.h index 26e882b3..8eb344ef 100644 --- a/src/libgame/sound.h +++ b/src/libgame/sound.h @@ -121,6 +121,7 @@ int getSoundListSize(); int getMusicListSize(); struct FileInfo *getSoundListEntry(int); struct FileInfo *getMusicListEntry(int); +char *getCurrentlyPlayingMusicFilename(); int getSoundListPropertyMappingSize(); int getMusicListPropertyMappingSize(); struct PropertyMapping *getSoundListPropertyMapping();