1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 06:24:30 +00:00

Reduce overlay dependencies on global.h (7) (#2472)

* z64env_flags, z64quest_hint_commands

* z64cutscene_spline, z64save.h moved from z64.h

* bss

* pr suggestion

* bss

* suggestions
This commit is contained in:
mzxrules 2025-02-16 15:33:55 -05:00 committed by GitHub
parent 137e178790
commit 652478c338
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
294 changed files with 688 additions and 197 deletions

View file

@ -1,12 +1,27 @@
#include "global.h"
#include "libu64/debug.h"
#include "ultra64/gs2dex.h"
#include "fault.h"
#include "sys_ucode.h"
#include "terminal.h"
#include "versions.h"
#include "gfx.h"
#include "gfx_setupdl.h"
#include "jpeg.h"
#include "line_numbers.h"
#include "map.h"
#if PLATFORM_N64
#include "n64dd.h"
#endif
#include "regs.h"
#include "segmented_address.h"
#include "sys_matrix.h"
#include "sys_ucode.h"
#include "terminal.h"
#include "versions.h"
#include "z64audio.h"
#include "z64play.h"
#include "z64player.h"
#include "z64save.h"
#include "z64skin_matrix.h"
#include "global.h"
Vec3f D_801270A0 = { 0.0f, 0.0f, 0.0f };