X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsound.h;h=8eb344ef2e921dfae3d8ef554d86d77784740b04;hp=26e882b3e177c5345b97c8a3670046463dd83c9e;hb=0d214d4e314f6f42df24be140bb433e980319767;hpb=2176d1de29652bc9e8db1baa283fdc1c4e99e674 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();