Fix offset comments

This commit is contained in:
LagoLunatic
2024-03-05 17:02:44 -05:00
parent 61398dbbec
commit 3a8c3ebda3
8 changed files with 39 additions and 43 deletions
+4 -4
View File
@@ -10,10 +10,10 @@ struct TAllocator {
inline TAllocator();
u8 _00; // _00
u32 _04; // _04
u32 _08; // _08
u32 _0C; // _0C
/* 0x00 */ u8 _00;
/* 0x04 */ u32 _04;
/* 0x08 */ u32 _08;
/* 0x0C */ u32 _0C;
};
typedef TAllocator<void*> TVoidAllocator;