summaryrefslogtreecommitdiff
path: root/include/yaz0.h
blob: 3eb1d7ac2a397d327198157dfcbeb4c325a202f3 (plain)
1
2
3
4
5
6
7
8
9
#ifndef YAZ0_H
#define YAZ0_H

#include "ultra64.h"
#include "other_types.h"

void Yaz0_Decompress(RomOffset romStart, void* dst, size_t size);

#endif