summaryrefslogtreecommitdiff
path: root/src/math_util_2.h
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2024-11-20 12:30:04 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2024-11-20 12:30:04 -0700
commit93973e08c36ab1213f6d33a39c42c29add6e07b7 (patch)
tree262e8402783a2ff951e7d1d974c087623660f3fc /src/math_util_2.h
parent7ca7f183668cad11ad12155fab3d418107a36b06 (diff)
First batch of widescreen fixes
Diffstat (limited to 'src/math_util_2.h')
-rw-r--r--src/math_util_2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math_util_2.h b/src/math_util_2.h
index 204b42481..2944fddc1 100644
--- a/src/math_util_2.h
+++ b/src/math_util_2.h
@@ -70,6 +70,8 @@ void func_80041D24(void);
void func_80041D34(void);
void set_matrix_hud_screen(void);
void func_80042330(s32, s32, u16, f32);
+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);