diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2023-08-22 19:12:51 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-22 19:12:51 -0600 |
| commit | 6e3f6aee638adfaee3ccbd72dc0d18f10d9f4ef6 (patch) | |
| tree | 5e02a7a8f34a17d14d07fc6ee2f94ebe287a0804 /src/math_util_2.h | |
| parent | 6e5663895009a556afd7320aa4663434ddd46822 (diff) | |
Matched some funcs (#378)
* Matched code
Diffstat (limited to 'src/math_util_2.h')
| -rw-r--r-- | src/math_util_2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math_util_2.h b/src/math_util_2.h index beddb1675..3ca8fdaf0 100644 --- a/src/math_util_2.h +++ b/src/math_util_2.h @@ -58,7 +58,7 @@ s32 func_80041770(f32, f32, f32, f32); u16 func_800417B4(u16, u16); s32 func_800418AC(f32, f32, Vec3f); s32 func_800418E8(f32, f32, Vec3f); -s32 func_80041924(UnkActorInner*, Vec3f); +s32 func_80041924(Collision*, Vec3f); s32 func_80041980(Vec3f, Camera*, u16); void func_800419F8(); void func_80041A78(Mat4, s32, s32); |
