mirror of
https://github.com/zeldaret/oot.git
synced 2025-02-26 10:54:27 +00:00
Fixup includes (#2483)
This commit is contained in:
parent
2e4c42719b
commit
e6a9ad9620
9 changed files with 8 additions and 2 deletions
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "sys_math.h"
|
||||
#include "z64math.h"
|
||||
#include "macros.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "ultra64.h"
|
||||
#include "sys_ucode.h"
|
||||
|
||||
u64* sDefaultGSPUCodeText = gspF3DZEX2_NoN_PosLight_fifoTextStart;
|
||||
u64* sDefaultGSPUCodeData = gspF3DZEX2_NoN_PosLight_fifoDataStart;
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
#include "rand.h"
|
||||
#include "z64play.h"
|
||||
#include "z64player.h"
|
||||
#include "z64quest_hint.h"
|
||||
#include "z64quest_hint_commands.h"
|
||||
#include "z64save.h"
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include "z64math.h"
|
||||
#include "libc64/math64.h"
|
||||
#include "z64olib.h"
|
||||
#include "z_lib.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "ultra64.h"
|
||||
#include "z64ss_sram.h"
|
||||
|
||||
#include "macros.h"
|
||||
#include "global.h"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#include "libc64/math64.h"
|
||||
#include "z64math.h"
|
||||
#include "macros.h"
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
#include "ultra64.h"
|
||||
#include "libu64/padsetup.h"
|
||||
|
||||
s32 PadSetup_Init(OSMesgQueue* mq, u8* outMask, OSContStatus* status) {
|
||||
s32 ret;
|
||||
|
|
Loading…
Add table
Reference in a new issue