diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2024-01-14 13:36:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-14 15:36:22 -0300 |
| commit | b2c3cc6a11d2a8e9d310fc15c11f1f25efed8a33 (patch) | |
| tree | b1e028af3c2796d5f8b5e4c657a210be8e09eebd /include | |
| parent | 1611c222126f73478f1f7b55512beccfc51c2207 (diff) | |
ObjMure2 OK and documented (#1525)
* data
* OK
* small docs
* docs
* Reloc
* Format
* this could have been a constexpr
* fix bss
* the rest of the fixes
* format
* revert makefile and clangformat
* comments
Diffstat (limited to 'include')
| -rw-r--r-- | include/z64math.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/z64math.h b/include/z64math.h index 725450397..9e210787d 100644 --- a/include/z64math.h +++ b/include/z64math.h @@ -43,6 +43,11 @@ typedef struct { } Vec3i; // size = 0xC typedef struct { + /* 0x0 */ s16 distance; + /* 0x2 */ s16 angle; +} VecPolarS; // size = 0x4 + +typedef struct { /* 0x0 */ f32 distance; /* 0x4 */ s16 angle; } VecPolar; // size = 0x8 |
