1
0
mirror of https://github.com/zeldaret/oot.git synced 2024-09-21 04:24:43 +00:00

Remove Main_LogSystemHeap from functions.h (#1676)

This commit is contained in:
cadmic 2024-01-30 20:40:15 -08:00 committed by GitHub
parent 44408ce219
commit 5c926fea0f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);