1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-12 02:44:54 +00:00

Fixup includes (#2483)

This commit is contained in:
Dragorn421 2025-02-25 03:18:24 +01:00 committed by GitHub
parent 2e4c42719b
commit e6a9ad9620
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 8 additions and 2 deletions

View file

@ -1,3 +1,4 @@
#include "sys_math.h"
#include "z64math.h"
#include "macros.h"

View file

@ -1,4 +1,5 @@
#include "ultra64.h"
#include "sys_ucode.h"
u64* sDefaultGSPUCodeText = gspF3DZEX2_NoN_PosLight_fifoTextStart;
u64* sDefaultGSPUCodeData = gspF3DZEX2_NoN_PosLight_fifoDataStart;

View file

@ -2,6 +2,7 @@
#include "rand.h"
#include "z64play.h"
#include "z64player.h"
#include "z64quest_hint.h"
#include "z64quest_hint_commands.h"
#include "z64save.h"

View file

@ -1,5 +1,6 @@
#include "z64math.h"
#include "libc64/math64.h"
#include "z64olib.h"
#include "z_lib.h"
/**

View file

@ -1,4 +1,5 @@
#include "ultra64.h"
#include "z64ss_sram.h"
#include "macros.h"
#include "global.h"