summaryrefslogtreecommitdiff
path: root/include/lib
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-04-30 15:08:45 +0200
committerAetias <aetias@outlook.com>2024-04-30 15:08:45 +0200
commit2e33294f89b37c8824ee97e8fd3cd675850d743d (patch)
treed6ba3b0d772e151bd57c9515f0e34383ad45fadd /include/lib
parent4e3235b2ec1f35518991e24fe889134324a717e4 (diff)
Mangle `MapBase`
Diffstat (limited to 'include/lib')
-rw-r--r--include/lib/math.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lib/math.h b/include/lib/math.h
index b601dc71..a8951eb4 100644
--- a/include/lib/math.h
+++ b/include/lib/math.h
@@ -20,6 +20,12 @@ typedef struct {
} Vec2b;
typedef struct {
+ /* 0 */ s16 x;
+ /* 1 */ s16 y;
+ /* 2 */
+} Vec2s;
+
+typedef struct {
/* 0 */ q20 x;
/* 4 */ q20 y;
/* 8 */ q20 z;