mirror of
https://github.com/zeldaret/oot
synced 2026-06-07 20:11:20 -04: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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user