summaryrefslogtreecommitdiff
path: root/include/common_structs.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2024-04-09 21:29:57 -0600
committerGitHub <noreply@github.com>2024-04-09 21:29:57 -0600
commit3da5a4f343fa708abcc461d83337ef6df9863447 (patch)
tree2ff74ffb532a89e5af9666250c2c60e7f339f9c0 /include/common_structs.h
parent2b66867af1975759dc7acfb3bbc2c9063ffa4353 (diff)
Add ymls for Torch code generator (#497)
* Add torch * update jenkinsfile
Diffstat (limited to 'include/common_structs.h')
-rw-r--r--include/common_structs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/common_structs.h b/include/common_structs.h
index 0c07181c4..ef90adcce 100644
--- a/include/common_structs.h
+++ b/include/common_structs.h
@@ -4,6 +4,9 @@
#include "ultra64.h"
typedef f32 Vec3f[3];
+typedef f32 Vec4f[4];
+
+typedef s32 Vec3iu[3];
typedef s16 Vec3s[3];
typedef u16 Vec3su[3];