mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-31 01:00:41 -04:00
Set names for remaining snd.c functions
This commit is contained in:
@@ -22,7 +22,7 @@ void snd_tick(void);
|
||||
bool snd_is_disabled(void);
|
||||
void snd_start_mp3_by_filenum(u32 filenum);
|
||||
void snd_adjust(struct sndstate **handle, bool ismp3, s32 vol, s32 pan, s32 soundnum, f32 pitch, s32 fxbus, s32 fxmix, bool forcefxmix);
|
||||
struct sndstate *snd00010718(struct sndstate **handle, bool ismp3, s32 volume, s32 pan, s32 soundnum, f32 pitch, s32 fxbus, s32 fxmix, bool forcefxmix);
|
||||
struct sndstate *snd_start_extra(struct sndstate **handle, bool ismp3, s32 volume, s32 pan, s32 soundnum, f32 pitch, s32 fxbus, s32 fxmix, bool forcefxmix);
|
||||
struct sndstate *snd_start(s32 arg0, s16 sound, struct sndstate **handle, s32 volume, s32 pan, f32 pitch, s32 fxbus, s32 fxmix);
|
||||
void snd_start_mp3(s16 soundnum, s32 volume, s32 pan, s32 responseflags);
|
||||
void snd_play_nosedive(s32 seconds);
|
||||
|
||||
Reference in New Issue
Block a user