diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2024-07-29 00:29:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-28 16:29:10 -0600 |
| commit | cc5414b013cf33b3cb98c89c74728060bc2ecc5d (patch) | |
| tree | 9de28c8e617870410fe306e0637623e4b38cdbbd /src/update_objects.h | |
| parent | 3310098088005682a47e9faf997b606a2f89fe35 (diff) | |
fix missing header or not correctly formed header (#24)
Co-authored-by: MegaMech <MegaMech@users.noreply.github.com>
Diffstat (limited to 'src/update_objects.h')
| -rw-r--r-- | src/update_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update_objects.h b/src/update_objects.h index 76b7a1b7a..5ad12ad4a 100644 --- a/src/update_objects.h +++ b/src/update_objects.h @@ -104,7 +104,7 @@ void func_80074478(s32); void func_800744A0(s32); void func_800744CC(void); void func_80074510(uintptr_t, void*, size_t); -void func_800745C8(s32, s32); +void func_800745C8(s32, uintptr_t); void func_8007466C(s32, uintptr_t); void func_80074704(s32, uintptr_t); u8 *func_80074790(s32, u8*); |
