diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2024-10-21 16:57:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-21 07:57:26 -0700 |
| commit | 943287ddfa1bc36685c541eab209b01f75078c52 (patch) | |
| tree | e4c57bfdc61c6a1f452fd6e8f999e3cb533a30ab /include/z64math.h | |
| parent | 78d0c294c50f9ade86f9e60cb2bea6479b56357a (diff) | |
m_fbdemo* OK (#223)
* m_fbdemo OK
* m_fbdemo_wipe1 OK
* fix play
* m_fbdemo_triforce OK
* link triforce
* m_fbdemo_fade OK
* typo
* newline
* format
Diffstat (limited to 'include/z64math.h')
| -rw-r--r-- | include/z64math.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/z64math.h b/include/z64math.h index f7aac28..b268839 100644 --- a/include/z64math.h +++ b/include/z64math.h @@ -13,10 +13,10 @@ typedef struct { /* 0x2 */ s16 z; } Vec2s; // size = 0x4 -typedef struct { +typedef struct xy_t { /* 0x0 */ f32 x; - /* 0x4 */ f32 z; -} Vec2f; // size = 0x8 + /* 0x4 */ f32 y; +} xy_t; // size = 0x8 typedef struct xyz_t { /* 0x0 */ f32 x; |
