diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sound_chatot.h | 6 |
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); |