diff options
| author | Dragorn421 <Dragorn421@users.noreply.github.com> | 2025-02-25 03:18:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-24 21:18:24 -0500 |
| commit | e6a9ad96207b91de2e78775dc46c00136e032f09 (patch) | |
| tree | fbfa0f0d328519228bdbe5487c634648a4671db6 /include | |
| parent | 2e4c42719b4dd10b328810cd2c58391063497d41 (diff) | |
Fixup includes (#2483)
Diffstat (limited to 'include')
| -rw-r--r-- | include/functions.h | 2 | ||||
| -rw-r--r-- | include/ultra64.h | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/include/functions.h b/include/functions.h index fbf16a1ea..e5d15c10e 100644 --- a/include/functions.h +++ b/include/functions.h @@ -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); diff --git a/include/ultra64.h b/include/ultra64.h index 30e43563e..9972a4dfe 100644 --- a/include/ultra64.h +++ b/include/ultra64.h @@ -189,7 +189,6 @@ void osViSetEvent(OSMesgQueue* mq, OSMesg msg, u32 retraceCount); s32 osPfsIsPlug(OSMesgQueue* mq, u8* pattern); void __osPfsRequestData(u8 cmd); void __osPfsGetInitData(u8* pattern, OSContStatus* contData); -void guS2DInitBg(union uObjBg* bg); s32 __osPfsSelectBank(OSPfs* pfs, u8 bank); s32 osContSetCh(u8 ch); s32 osPfsFileState(OSPfs* pfs, s32 fileNo, OSPfsState* state); |
