mirror of
https://github.com/zeldaret/oot
synced 2026-07-11 15:18:59 -04:00
TwoHeadArena Cleanup (#633)
* TwoHeadArena cleanup * remove params * remove params * prettying up the struct a little * remove unecessary cast
This commit is contained in:
+3
-3
@@ -70,9 +70,9 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
/* 0x0000 */ u32 size;
|
||||
/* 0x0004 */ u8* bufp;
|
||||
/* 0x0008 */ u8* head;
|
||||
/* 0x000C */ u8* tail;
|
||||
/* 0x0004 */ void* bufp;
|
||||
/* 0x0008 */ void* head;
|
||||
/* 0x000C */ void* tail;
|
||||
} TwoHeadArena; // size = 0x10
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user