mirror of
https://github.com/zeldaret/af.git
synced 2026-09-26 13:33:16 -04:00
4e4b91939f
* yaz0 OK * boot_variables.h cleanup * Small cleanup * decompression abnormality
10 lines
152 B
C
10 lines
152 B
C
#ifndef YAZ0_H
|
|
#define YAZ0_H
|
|
|
|
#include "ultra64.h"
|
|
#include "other_types.h"
|
|
|
|
void Yaz0_Decompress(RomOffset romStart, void* dst, size_t size);
|
|
|
|
#endif
|