1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-10 00:40:16 +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:
Dragorn421 2025-05-24 22:20:51 +02:00 committed by GitHub
parent f7073a7837
commit 6d56b1b8e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 62 additions and 49 deletions

View file

@ -5,7 +5,6 @@
#include "ultra64/ultratypes.h"
#include "libu64/pad.h"
#include "gamealloc.h"
#include "romfile.h"
#include "tha.h"
struct GraphicsContext;