summaryrefslogtreecommitdiff
path: root/include/inflate.h
blob: 6da7255f55ffedeea662fd223e2e1356fd288bc8 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef INFLATE_H
#define INFLATE_H

#include "stddef.h"
#include "stdint.h"
#include "ultra64.h"

void gzip_decompress(uintptr_t romStart, u8* dst, size_t size);

#endif