summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRémi Calixte <remicalixte.rmc@gmail.com>2021-07-27 21:49:23 +0200
committerRémi Calixte <remicalixte.rmc@gmail.com>2021-07-27 21:49:23 +0200
commit610a801e1793ae3242aee3855bceae30aff019f6 (patch)
treec8beb0743816d38afd271314d3b0354718314177 /include
parent2caca24385a10df4f0af6000d498350cbb1e92b1 (diff)
document some chatot sound functions
Diffstat (limited to 'include')
-rw-r--r--include/sound_chatot.h6
1 files changed, 3 insertions, 3 deletions
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);