unsplit and struct types

This commit is contained in:
CreateSource 2023-11-22 20:57:07 -05:00
parent af8b220f19
commit 9d0fc6fb1c
2 changed files with 101 additions and 3 deletions

View file

@ -15,10 +15,19 @@ typedef struct Vec3f {
f32 z;
} Vec3f;
typedef struct unkStruct_1D3B44 {
struct unkStruct_1D3B44 *prev;
typedef struct unkStruct145A98 {
s16 unk_00;
char unk_02[10];
s16 unk_0C;
char unk_0E[6];
u8 unk_14;
char unk_15[0x53];
} unkStruct145A98; // sizeof 0x68
typedef struct unkStruct1D3B44 {
struct unkStruct1D3B44 *prev;
char unk_04[0x1A];
u16 unk_1E;
} unkStruct_1D3B44;
} unkStruct1D3B44; // sizeof ???
#endif