diff options
| author | Tyler McGavran <tyler.taggerung@gmail.com> | 2022-09-25 13:26:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-25 10:26:58 -0700 |
| commit | 754e31da04602ec6c3c1d447e9bd15d03229b514 (patch) | |
| tree | ce3520594c9da8b7888960493b56e46915f65914 /src/math_util_2.h | |
| parent | 5cd2115c2ebbeaafd085851144672a3453a5ad20 (diff) | |
Even more matches for code_800431B0.c (#261)
* More matches for code_800431B0
* Also added a header for the common_textures file since some other
files use the Gfx/Vtx variables defined there
Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
Diffstat (limited to 'src/math_util_2.h')
| -rw-r--r-- | src/math_util_2.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/math_util_2.h b/src/math_util_2.h index f4dcced42..294200ee9 100644 --- a/src/math_util_2.h +++ b/src/math_util_2.h @@ -70,12 +70,12 @@ void func_80041D24(); void func_80041D34(); void func_80041EF4(); void func_80042330(s32, s32, u16, f32); -void func_800425D0(Mat4, Vec3f, Vec3s, f32); +void func_800425D0(Mat4, Vec3f, Vec3su, f32); void func_80042760(Mat4, Vec3f, Vec3f, f32); void func_800427DC(s32, Mat4); void func_80042A20(Mat4, Vec3f, Vec3f, u16, f32); void func_80042D14(Vec3f, Vec3f, Vec3s); -void func_80042E00(Vec3f, Vec3s, f32); +void func_80042E00(Vec3f, Vec3su, f32); void func_80042F70(Vec3f, Vec3su, f32); void func_80043050(Vec3f, Vec3f, f32); void func_80043104(s32); |
