1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-02 17:13:34 +00:00
ooot/include/listalloc.h
2022-02-14 10:56:16 -05:00

8 lines
129 B
C

#pragma once
struct ListAlloc {
/* 0x00 */ struct ListAlloc* prev;
/* 0x04 */ struct ListAlloc* next;
}; // size = 0x8