diff options
| author | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-11-20 12:30:04 -0700 |
|---|---|---|
| committer | MegaMech <7255464+MegaMech@users.noreply.github.com> | 2024-11-20 12:30:04 -0700 |
| commit | 93973e08c36ab1213f6d33a39c42c29add6e07b7 (patch) | |
| tree | 262e8402783a2ff951e7d1d974c087623660f3fc /src/math_util_2.h | |
| parent | 7ca7f183668cad11ad12155fab3d418107a36b06 (diff) | |
First batch of widescreen fixes
Diffstat (limited to 'src/math_util_2.h')
| -rw-r--r-- | src/math_util_2.h | 2 |
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); |
