Starship/include/sf64math.h
Alejandro Javier Asenjo Nitti 59e32d05b8 func_80189208_EC18C8 matching
2023-10-18 19:54:19 -03:00

12 lines
179 B
C

#ifndef SF64_MATH_H
#define SF64_MATH_H
#include "PR/ultratypes.h"
typedef struct {
/* 0x0 */ f32 x;
/* 0x4 */ f32 y;
/* 0x8 */ f32 z;
} Vec3f; // size = 0xC
#endif