Files
af/include/yaz0.h
T
Derek Hensley 4e4b91939f Yaz0 OK (#80)
* yaz0 OK

* boot_variables.h cleanup

* Small cleanup

* decompression abnormality
2023-08-29 18:12:49 -07:00

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