X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsound.h;h=cbafa9b7fb0b6c9d5b531a3d688221cc0e3ea75e;hb=0a414fc94edd4a357908a9eafed7e893da23bec3;hp=e2d2054ae404fae4454885738b2fc9b4f93b9c56;hpb=39fb4fecfb8d4647d3563bdb18ce0065f6129522;p=rocksndiamonds.git diff --git a/src/libgame/sound.h b/src/libgame/sound.h index e2d2054a..cbafa9b7 100644 --- a/src/libgame/sound.h +++ b/src/libgame/sound.h @@ -120,16 +120,16 @@ void StopSounds(void); void StopSoundExt(int, int); void ExpireSoundLoops(boolean); -int getSoundListSize(); -int getMusicListSize(); +int getSoundListSize(void); +int getMusicListSize(void); struct FileInfo *getSoundListEntry(int); struct FileInfo *getMusicListEntry(int); char *getMusicInfoEntryFilename(int); -char *getCurrentlyPlayingMusicFilename(); -int getSoundListPropertyMappingSize(); -int getMusicListPropertyMappingSize(); -struct PropertyMapping *getSoundListPropertyMapping(); -struct PropertyMapping *getMusicListPropertyMapping(); +char *getCurrentlyPlayingMusicFilename(void); +int getSoundListPropertyMappingSize(void); +int getMusicListPropertyMappingSize(void); +struct PropertyMapping *getSoundListPropertyMapping(void); +struct PropertyMapping *getMusicListPropertyMapping(void); void InitSoundList(struct ConfigInfo *, int, struct ConfigTypeInfo *, char **, char **, char **, char **, char **); void InitMusicList(struct ConfigInfo *, int, struct ConfigTypeInfo *,