mirror of
https://github.com/zeldaret/mm.git
synced 2026-05-23 06:54:14 -04:00
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
This commit is contained in:
@@ -42,6 +42,11 @@ typedef struct {
|
||||
/* 0x8 */ s32 z;
|
||||
} Vec3i; // size = 0xC
|
||||
|
||||
typedef struct {
|
||||
/* 0x0 */ s16 distance;
|
||||
/* 0x2 */ s16 angle;
|
||||
} VecPolarS; // size = 0x4
|
||||
|
||||
typedef struct {
|
||||
/* 0x0 */ f32 distance;
|
||||
/* 0x4 */ s16 angle;
|
||||
|
||||
Reference in New Issue
Block a user