mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00: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:
parent
f7073a7837
commit
6d56b1b8e0
49 changed files with 62 additions and 49 deletions
|
@ -3,6 +3,7 @@
|
|||
#include "libc64/aprintf.h"
|
||||
#include "attributes.h"
|
||||
#include "array_count.h"
|
||||
#include "color.h"
|
||||
|
||||
// Draws text to framebuffer
|
||||
typedef struct struct_801CA704 {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
#include "z64audio.h"
|
||||
#include "z64thread.h"
|
||||
|
||||
#pragma increment_block_number "ntsc-1.0:0 ntsc-1.1:0 ntsc-1.2:0 pal-1.0:0 pal-1.1:0"
|
||||
#pragma increment_block_number "ntsc-1.0:64 ntsc-1.1:64 ntsc-1.2:64 pal-1.0:64 pal-1.1:64"
|
||||
|
||||
typedef struct struct_801D9C30 {
|
||||
/* 0x000 */ s32 unk_000; // disk start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue