Starship/include/sf64math.h

12 lines
179 B
C
Raw Normal View History

2023-10-19 01:54:19 +03:00
#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