diff options
author | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-04 21:09:49 +0200 |
---|---|---|
committer | Rémi Calixte <remicalixte.rmc@gmail.com> | 2021-08-04 21:09:49 +0200 |
commit | ac24b510d854953ef9d6f4b412a7de77da29757e (patch) | |
tree | e14d59fdca9797700b2845d693f5149dc3bea1c0 /include/sound_chatot.h | |
parent | 599ff56901be2bdee6e96d202a9210685b051daa (diff) |
add void in parameter list
Diffstat (limited to 'include/sound_chatot.h')
-rw-r--r-- | include/sound_chatot.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/sound_chatot.h b/include/sound_chatot.h index 35e4363d..ac547354 100644 --- a/include/sound_chatot.h +++ b/include/sound_chatot.h @@ -4,12 +4,12 @@ #include "global.h" #include "sav_chatot.h" -BOOL FUN_02005CFC(); +BOOL FUN_02005CFC(void); BOOL Chatot_checkCry(struct SaveChatotSoundClip *param0); u32 FUN_02005D48(struct SaveChatotSoundClip *param0, u32 param1, s32 param2, s32 param3); -void FUN_02005DFC(); -u32 Chatot_startRecording(); -void Chatot_stopRecording(); +void FUN_02005DFC(void); +u32 Chatot_startRecording(void); +void Chatot_stopRecording(void); void Chatot_saveRecording(struct SaveChatotSoundClip *param0); void FUN_02005E80(u8 param0); void FUN_02005E90(struct SaveChatotSoundClip *param0, u32 param1, s32 param2, s32 param3); |