Logo
Explore Help
Sign In
hackern64/HackerOoT
0
0
Fork 0
You've already forked HackerOoT
mirror of https://github.com/HackerN64/HackerOoT.git synced 2026-01-21 10:37:37 -08:00
Code Issues Packages Projects Releases Wiki Activity
Files
main
HackerOoT/include/yaz0.h

11 lines
165 B
C
Raw Permalink Normal View History

Remove functions.h (#2501) * split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change
2025-04-05 19:16:52 -04:00
#ifndef YAZ0_H
#define YAZ0_H
Cleanup includes in header files (#2540) * Cleanup includes in header files * include libc headers without libc/ prefix * fix * fix2 * fix3 * fix4 * some bss lol * bss * fix
2025-05-24 22:20:51 +02:00
#include "stddef.h"
#include "stdint.h"
Remove functions.h (#2501) * split most of functions.h * osdriverominit * forgot include * fix * remove functions.h * temporary fix for fix_bss * fix bss * revert fix_bss.py change
2025-04-05 19:16:52 -04:00
#include "ultra64.h"
void Yaz0_Decompress(uintptr_t romStart, u8* dst, size_t size);
#endif
Reference in New Issue Copy Permalink
Powered by Gitea Page: 132ms Template: 4ms
English
English
Licenses API