summaryrefslogtreecommitdiff
path: root/include/z64math.h
diff options
context:
space:
mode:
authorPrakxo <87568477+Prakxo@users.noreply.github.com>2024-03-14 16:36:14 +0100
committerGitHub <noreply@github.com>2024-03-14 08:36:14 -0700
commitd3623fca20aac5716174ce74c74b30eb48fac315 (patch)
treeb3f61b8db829c49cbf58d88971946db626644ec8 /include/z64math.h
parentc395de0945d34b373e54d3c7c6c2e977f46c6f7b (diff)
ac_weather OK (#155)
* weather werk * ac_weather OK * format * review
Diffstat (limited to 'include/z64math.h')
-rw-r--r--include/z64math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/z64math.h b/include/z64math.h
index 9828756..4187622 100644
--- a/include/z64math.h
+++ b/include/z64math.h
@@ -30,7 +30,7 @@ typedef struct {
/* 0x4 */ u16 z;
} Vec3us; // size = 0x6
-typedef struct {
+typedef struct s_xyz {
/* 0x0 */ s16 x;
/* 0x2 */ s16 y;
/* 0x4 */ s16 z;