X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsound.h;h=ca1e26a6009dc1cc98750396cb2ac7ea2de89299;hb=ea6e4698905d7440a265e323d03cf13fc323c44b;hp=17a1cee2e2e9e8cceb951f1911958659aaa41b53;hpb=2a357b702b5ceb9bf9173ac02f68cf42340b3158;p=rocksndiamonds.git diff --git a/src/libgame/sound.h b/src/libgame/sound.h index 17a1cee2..ca1e26a6 100644 --- a/src/libgame/sound.h +++ b/src/libgame/sound.h @@ -153,9 +153,9 @@ int getSoundListPropertyMappingSize(); int getMusicListPropertyMappingSize(); struct PropertyMapping *getSoundListPropertyMapping(); struct PropertyMapping *getMusicListPropertyMapping(); -void InitSoundList(struct ConfigInfo *, int, struct ConfigInfo *, +void InitSoundList(struct ConfigInfo *, int, struct ConfigTypeInfo *, char **, char **, char **, char **, char **); -void InitMusicList(struct ConfigInfo *, int, struct ConfigInfo *, +void InitMusicList(struct ConfigInfo *, int, struct ConfigTypeInfo *, char **, char **, char **, char **, char **); void InitReloadCustomSounds(char *); void InitReloadCustomMusic(char *);