From e4675a00341544be2fe1a749ef1238d080a59050 Mon Sep 17 00:00:00 2001 From: coco875 <59367621+coco875@users.noreply.github.com> Date: Tue, 6 Aug 2024 00:02:09 +0200 Subject: [PATCH] Update update_objects.h (#36) --- src/update_objects.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/update_objects.h b/src/update_objects.h index 5b286488c..fa3fb49fe 100644 --- a/src/update_objects.h +++ b/src/update_objects.h @@ -103,10 +103,10 @@ void func_80074344(s32, f32*, f32, f32, f32, s32, s32); void func_80074478(s32); void func_800744A0(s32); void func_800744CC(void); -void func_80074510(uintptr_t, void*, size_t, size_t); -void func_800745C8(s32, uintptr_t); -void func_8007466C(s32, uintptr_t); -void func_80074704(s32, uintptr_t); +void func_80074510(const char **, const char*, size_t, size_t); +void func_800745C8(s32, const char **); +void func_8007466C(s32, const char **); +void func_80074704(s32, const char **); size_t func_80074790(s32, const char**); void func_800747F0(s32, const char**); void func_80074894(s32, const char**);