rnd-20030121-1-src
[rocksndiamonds.git] / src / libgame / sound.h
index f304e81233f278ba1fa83c02d573a5abe0b85c29..81d938f1f5aded89584e214c80c6a3f33b9c2ca7 100644 (file)
@@ -145,6 +145,8 @@ void StopSoundExt(int, int);
 
 int getSoundListSize();
 struct FileInfo *getSoundListEntry(int);
+int getSoundListPropertyMappingSize();
+struct PropertyMapping *getSoundListPropertyMapping();
 void InitSoundList(struct ConfigInfo *, int, struct ConfigInfo *,
                   char **, char **, char **);
 void InitReloadCustomSounds(char *);