mirror of
https://github.com/n64decomp/mk64
synced 2026-08-01 16:09:34 -04:00
Decompiled some math_util.c (#43)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user