mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
Delete macros.h; Delete global.h (#2516)
This commit is contained in:
parent
ea22c2ac38
commit
f7a270655b
128 changed files with 0 additions and 256 deletions
|
@ -4,8 +4,6 @@
|
|||
#include "libc64/sleep.h"
|
||||
#include "attributes.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
s32 D_801D2EA0 = 0;
|
||||
u8* D_801D2EA4 = NULL;
|
||||
s32 D_801D2EA8 = 0;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
// Some text-handling functions
|
||||
#include "global.h"
|
||||
#include "n64dd.h"
|
||||
#include "versions.h"
|
||||
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
#include "attributes.h"
|
||||
#include "array_count.h"
|
||||
|
||||
#include "global.h"
|
||||
|
||||
// Draws text to framebuffer
|
||||
typedef struct struct_801CA704 {
|
||||
/* 0x00 */ PrintCallback callback;
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include "global.h"
|
||||
#include "n64dd.h"
|
||||
|
||||
// Buffer used for reading from the disk?
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include "global.h"
|
||||
#include "n64dd.h"
|
||||
|
||||
const char* D_801D2EE0[2][8][4] = {
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
#include "global.h"
|
||||
#include "n64dd.h"
|
||||
|
||||
// Padding in .rodata suggests that these are in a separate file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue