mirror of
https://github.com/zeldaret/oot
synced 2026-07-08 06:21:06 -04:00
Cleanup includes in header files (#2540)
* Cleanup includes in header files * include libc headers without libc/ prefix * fix * fix2 * fix3 * fix4 * some bss lol * bss * fix
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
* with identical lifetime.
|
||||
*/
|
||||
#include "tha.h"
|
||||
#include "alignment.h"
|
||||
|
||||
void* THA_GetHead(TwoHeadArena* tha) {
|
||||
return tha->head;
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
#include "gfx.h"
|
||||
#include "gfxalloc.h"
|
||||
#include "alignment.h"
|
||||
|
||||
Gfx* Gfx_Open(Gfx* gfx) {
|
||||
return gfx + 1;
|
||||
|
||||
+1
-1
@@ -44,7 +44,7 @@ extern struct IrqMgr gIrqMgr;
|
||||
#include "z64thread.h"
|
||||
|
||||
#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \
|
||||
"ique-cn:0 ntsc-1.0:34 ntsc-1.1:34 ntsc-1.2:34 pal-1.0:32 pal-1.1:32"
|
||||
"ique-cn:0 ntsc-1.0:54 ntsc-1.1:54 ntsc-1.2:54 pal-1.0:52 pal-1.1:52"
|
||||
|
||||
extern u8 _buffersSegmentEnd[];
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include "z64save.h"
|
||||
#include "z64transition.h"
|
||||
|
||||
#pragma increment_block_number "gc-eu:192 gc-eu-mq:192 gc-jp:192 gc-jp-ce:192 gc-jp-mq:192 gc-us:192 gc-us-mq:192" \
|
||||
#pragma increment_block_number "gc-eu:128 gc-eu-mq:128 gc-jp:128 gc-jp-ce:128 gc-jp-mq:128 gc-us:128 gc-us-mq:128" \
|
||||
"ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0"
|
||||
|
||||
ALIGNED(16) SaveContext gSaveContext;
|
||||
|
||||
Reference in New Issue
Block a user