diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-04-09 21:29:57 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-09 21:29:57 -0600 |
| commit | 3da5a4f343fa708abcc461d83337ef6df9863447 (patch) | |
| tree | 2ff74ffb532a89e5af9666250c2c60e7f339f9c0 /include/common_structs.h | |
| parent | 2b66867af1975759dc7acfb3bbc2c9063ffa4353 (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.h | 3 |
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]; |
