mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-05 15:34:41 +00:00
[headers 8] Add main.h
, segmented_address.h
, and changes for main.c
symbols (#2151)
* [headers 8] Add main.h and changes for main.c symbols * fix gSystemHeapSize is size_t only in MM * segmented_address.h * rm now useless include * actually commit segmented_address.h, oops * rm gGraphThread (faulty copypaste from MM) * bss
This commit is contained in:
parent
27533a1507
commit
277ce1c0d3
12 changed files with 46 additions and 15 deletions
|
@ -102,8 +102,6 @@ extern KaleidoMgrOverlay gKaleidoMgrOverlayTable[KALEIDO_OVL_MAX];
|
|||
extern KaleidoMgrOverlay* gKaleidoMgrCurOvl;
|
||||
extern u8 gBossMarkState;
|
||||
|
||||
extern s32 gScreenWidth;
|
||||
extern s32 gScreenHeight;
|
||||
#if OOT_DEBUG
|
||||
extern u32 gIsCtrlr2Valid;
|
||||
#endif
|
||||
|
@ -200,7 +198,6 @@ extern u32 D_8016139C;
|
|||
extern PauseMapMarksData* gLoadedPauseMarkDataTable;
|
||||
|
||||
extern PreNmiBuff* gAppNmiBufferPtr;
|
||||
extern uintptr_t gSegments[NUM_SEGMENTS];
|
||||
extern Scheduler gScheduler;
|
||||
extern PadMgr gPadMgr;
|
||||
extern IrqMgr gIrqMgr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue