1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-12 19:04:38 +00:00

Fixup includes (#2483)

This commit is contained in:
Dragorn421 2025-02-25 03:18:24 +01:00 committed by GitHub
parent 2e4c42719b
commit e6a9ad9620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 8 additions and 2 deletions

View file

@ -102,7 +102,7 @@ ListAlloc* ListAlloc_Init(ListAlloc* this);
void* ListAlloc_Alloc(ListAlloc* this, u32 size);
void ListAlloc_Free(ListAlloc* this, void* data);
void ListAlloc_FreeAll(ListAlloc* this);
void Main(void* arg);
void SysCfb_Init(s32 n64dd);
void* SysCfb_GetFbPtr(s32 idx);
void* SysCfb_GetFbEnd(void);