mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 21:05:12 +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
|
@ -67,4 +67,6 @@ typedef struct Scheduler {
|
|||
void Sched_Notify(Scheduler* sc);
|
||||
void Sched_Init(Scheduler* sc, void* stack, OSPri priority, u8 viModeType, UNK_TYPE arg4, IrqMgr* irqMgr);
|
||||
|
||||
extern Scheduler gScheduler;
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue