mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-01-23 21:45:00 +03:00
b698fd3628
* headers * format * format * format again * headers oh my * irix is love * irix is life * working * even more fixes * format * touching to rebuild
13 lines
180 B
C
13 lines
180 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
|