Skip to content

Commit

Permalink
Update math_util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
MegaMech authored Sep 11, 2024
1 parent e0f33bb commit 2734252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/racing/math_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ void mtxf_s16_rotate_z(Mat4, s16);
void func_802B5B14(Vec3f b, Vec3s rotate); // unused
void func_802B5CAC(s16, s16, Vec3f);
void func_802B5D30(s16, s16, s32);
void func_802B5D64(uintptr_t, s16, s16, s32);
void func_802B5D64(Lights1*, s16, s16, s32);
void mtxf_scale(Mat4, f32);
void mtxf_pos_rotation_xyz(Mat4, Vec3f, Vec3s);
void mtxf_translate_vec3f_mat3(Vec3f, Mat3);
Expand Down

0 comments on commit 2734252

Please sign in to comment.