mirror of
https://github.com/zeldaret/mm.git
synced 2026-09-04 10:11:51 -04:00
c85914172b
* [n64-jp-1.1] yaz0 * PR suggestions
13 lines
196 B
C
13 lines
196 B
C
#ifndef YAZ0_H
|
|
#define YAZ0_H
|
|
|
|
#include "ultra64.h"
|
|
|
|
void Yaz0_Decompress(uintptr_t romStart, void* dst, size_t size);
|
|
|
|
#if MM_VERSION >= N64_US
|
|
extern void* gYaz0DecompressDstEnd;
|
|
#endif
|
|
|
|
#endif
|