Decompiled some math_util.c (#43)

This commit is contained in:
CoderStig
2021-10-27 14:13:08 -06:00
committed by GitHub
parent 8ec9fb8b88
commit 43229c00cb
9 changed files with 3951 additions and 4 deletions
+3 -3
View File
@@ -3,9 +3,9 @@
#include "ultra64.h"
typedef struct {
f32 x, y, z;
} Vec3f;
typedef f32 Vec3f[3];
typedef s16 Vec3s[3];
typedef enum {
/* 0x00 */ COURSE_MARIO_RACEWAY = 0,