diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-21 21:02:50 -0600 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2025-05-21 21:02:50 -0600 |
| commit | 20b67182c4fdcb46792fd92197159c3000b64c7b (patch) | |
| tree | 35c50abc9a6d30fa562e903bfd26f59bc152073c /src/math_util_2.h | |
| parent | 756a05ad4d180f63b49f7db57891b8e7569a8328 (diff) | |
| parent | 1c5c8ceeeef3295c6ea46493ea0e445a71fee7c6 (diff) | |
Merge branch 'transformfuncsforint' of https://github.com/HarbourMasters/SpaghettiKart into transformfuncsforint
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 5d0837dd9..52b436301 100644 --- a/src/math_util_2.h +++ b/src/math_util_2.h @@ -76,7 +76,7 @@ void func_80042330_portrait(s32, s32, u16, f32, s16); void func_80042330_wide(s32, s32, u16, f32); void mtxf_set_matrix_transformation(Mat4, Vec3f, Vec3su, f32); void mtxf_set_matrix_scale_transl(Mat4, Vec3f, Vec3f, f32); -void mtxf_set_matrix_gObjectList(s32, Mat4); +s32 mtxf_set_matrix_gObjectList(s32, Mat4); void set_transform_matrix(Mat4 dest, Vec3f orientationVector, Vec3f positionVector, u16 rotationAngle, f32 scaleFactor); void vec3f_rotate_x_y(Vec3f, Vec3f, Vec3s); |
