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
294 changed files with 688 additions and 197 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "global.h"
#include "jpeg.h"
s32 JpegDecoder_ProcessMcu(JpegHuffmanTable* hTable0, JpegHuffmanTable* hTable1, u16* mcu, s16* unk);
s32 JpegDecoder_ParseNextSymbol(JpegHuffmanTable* hTable, s16* outCoeff, s8* outZeroCount);