added support for separate sound and music for info sub-screens
[rocksndiamonds.git] / src / libgame / sound.h
index 1cdf72dc3109aa6c5cd7a810ee3e4197133bb062..9f6c754c0e37f2d04e5bd1a71d12c718fc558204 100644 (file)
@@ -124,6 +124,7 @@ int getSoundListSize(void);
 int getMusicListSize(void);
 struct FileInfo *getSoundListEntry(int);
 struct FileInfo *getMusicListEntry(int);
+char *getSoundInfoEntryFilename(int);
 char *getMusicInfoEntryFilename(int);
 char *getCurrentlyPlayingMusicFilename(void);
 int getSoundListPropertyMappingSize(void);