mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-12 13:34:33 -04:00
13 lines
248 B
C
13 lines
248 B
C
#ifndef _IN_LIB_RZIP_H
|
|
#define _IN_LIB_RZIP_H
|
|
#include <ultra64.h>
|
|
#include "data.h"
|
|
#include "types.h"
|
|
|
|
s32 rzipInflate(void *src, void *dst, void *scratch);
|
|
u32 rzipInit(void);
|
|
bool rzipIs1173(void *buffer);
|
|
void *rzipGetSomething(void);
|
|
|
|
#endif
|