mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-10 19:20:13 +00:00
Remove Main_LogSystemHeap from functions.h (#1676)
This commit is contained in:
parent
44408ce219
commit
5c926fea0f
1 changed files with 0 additions and 1 deletions
|
@ -1346,7 +1346,6 @@ ListAlloc* ListAlloc_Init(ListAlloc* this);
|
||||||
void* ListAlloc_Alloc(ListAlloc* this, u32 size);
|
void* ListAlloc_Alloc(ListAlloc* this, u32 size);
|
||||||
void ListAlloc_Free(ListAlloc* this, void* data);
|
void ListAlloc_Free(ListAlloc* this, void* data);
|
||||||
void ListAlloc_FreeAll(ListAlloc* this);
|
void ListAlloc_FreeAll(ListAlloc* this);
|
||||||
void Main_LogSystemHeap(void);
|
|
||||||
void Main(void* arg);
|
void Main(void* arg);
|
||||||
void SysCfb_Init(s32 n64dd);
|
void SysCfb_Init(s32 n64dd);
|
||||||
void* SysCfb_GetFbPtr(s32 idx);
|
void* SysCfb_GetFbPtr(s32 idx);
|
||||||
|
|
Loading…
Reference in a new issue