mirror of
https://github.com/n64decomp/mk64
synced 2026-08-16 20:47:42 -04:00
Update and add some header files (#205)
* Update header files for main, memory and math_util * Required updating func_802A82E4 to keep the match Signed-off-by: Taggerung <tyler.taggerung@gmail.com>
This commit is contained in:
+25
-3
@@ -14,17 +14,39 @@
|
||||
|
||||
#define sqr(x) ((x) * (x))
|
||||
|
||||
s32 func_802B4FF8(Mat4, s32);
|
||||
s32 func_802B4FF8(Mat4, s32);
|
||||
f32 func_802B51E8(Vec3f, Vec3f);
|
||||
u32 func_802B5224(Vec3f, Vec3f);
|
||||
u32 func_802B5258(Vec3f, Vec3s);
|
||||
void vec3f_set(Vec3f, f32, f32, f32);
|
||||
void vec3s_set(Vec3s, s16, s16, s16);
|
||||
void *vec3f_copy(Vec3f, Vec3f);
|
||||
void vec3s_copy(Vec3s, Vec3s);
|
||||
void *sm64_vec3f_set(Vec3f, f32, f32, f32);
|
||||
void mtxf_identity(Mat4);
|
||||
void func_802B5398(Mat4, Mat4, s32);
|
||||
void func_802B5450(Mat4, Mat4, Mat4);
|
||||
void func_802B54EC(Mat4, Mat4, Mat4);
|
||||
void mtxf_translate(Mat4, Vec3f);
|
||||
void func_802B59DC(Mat4, s32);
|
||||
void func_802B5F74(Mat4, Vec3f, Vec3s);
|
||||
f32 func_802B80D0(Vec3f, Vec3f, u16, f32, f32, f32);
|
||||
void func_802B5F00(Mat4, f32);
|
||||
void func_802B71CC(Mat4, Mat4, Mat4);
|
||||
void func_802B75F8(Mtx*, Mat4);
|
||||
|
||||
u16 atan2s(f32, f32);
|
||||
u16 atan2_lookup(f32, f32);
|
||||
u16 atan2s(f32, f32);
|
||||
f32 func_802B79B8(f32, f32);
|
||||
u16 func_802B7B50(f32, f32);
|
||||
void func_802B7C18(f32);
|
||||
s16 func_802B7C40(f32);
|
||||
void func_802B7C6C(f32);
|
||||
s16 func_802B7CA8(f32);
|
||||
void func_802B7CE8(f32);
|
||||
s16 func_802B7D28(f32);
|
||||
u16 random_u16();
|
||||
s32 random_int(u16);
|
||||
s16 func_802B7F34(f32, f32, f32, f32);
|
||||
f32 sins(u16);
|
||||
f32 coss(u16);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user