1
0
mirror of https://github.com/blawar/ooot.git synced 2024-07-04 18:13:37 +00:00
ooot/include/listalloc.h

8 lines
122 B
C
Raw Normal View History

2021-12-27 19:23:03 +00:00
#pragma once
2022-04-08 21:48:33 +00:00
struct ListAlloc
{
/* 0x00 */ struct ListAlloc* prev;
/* 0x04 */ struct ListAlloc* next;
2022-02-12 19:50:06 +00:00
}; // size = 0x8