From 610a801e1793ae3242aee3855bceae30aff019f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Calixte?= Date: Tue, 27 Jul 2021 21:49:23 +0200 Subject: document some chatot sound functions --- include/sound_chatot.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/sound_chatot.h b/include/sound_chatot.h index fd7184cf..cff116a2 100644 --- a/include/sound_chatot.h +++ b/include/sound_chatot.h @@ -8,9 +8,9 @@ BOOL FUN_02005CFC(); BOOL FUN_02005D20(struct SaveChatotSoundClip *param0); u32 FUN_02005D48(struct SaveChatotSoundClip *param0, u32 param1, s32 param2, s32 param3); void FUN_02005DFC(); -u32 FUN_02005E28(); -void FUN_02005E64(); -void FUN_02005E6C(struct SaveChatotSoundClip *param0); +u32 Chatot_startRecording(); +void Chatot_stopRecording(); +void Chatot_saveRecording(struct SaveChatotSoundClip *param0); void FUN_02005E80(u8 param0); void FUN_02005E90(struct SaveChatotSoundClip *param0, u32 param1, s32 param2, s32 param3); u32 FUN_02005EE0(struct SaveChatotSoundClip *param0); -- cgit v1.2.3