diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2023-09-27 20:03:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-27 11:03:11 -0700 |
| commit | 02dc7fc7af3b39e44b9b030235f1dd66e7644efe (patch) | |
| tree | a2dd820938746fa8ca56384f5919b679def35cf0 /include/z64math.h | |
| parent | 4ba08394238a50c9dd5c049a80cb6ae2c04da481 (diff) | |
m_lib OK (#103)
* m_lib OK
* fixes
* rename segmented2virtual macro
Diffstat (limited to 'include/z64math.h')
| -rw-r--r-- | include/z64math.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/z64math.h b/include/z64math.h index 33bab3a..02deb0c 100644 --- a/include/z64math.h +++ b/include/z64math.h @@ -22,7 +22,7 @@ typedef struct { /* 0x0 */ f32 x; /* 0x4 */ f32 y; /* 0x8 */ f32 z; -} Vec3f; // size = 0xC +} xyz_t; // size = 0xC typedef struct { /* 0x0 */ u16 x; @@ -34,7 +34,7 @@ typedef struct { /* 0x0 */ s16 x; /* 0x2 */ s16 y; /* 0x4 */ s16 z; -} Vec3s; // size = 0x6 +} s_xyz; // size = 0x6 typedef struct { /* 0x0 */ s32 x; |
