mirror of
https://github.com/HackerN64/HackerOoT.git
synced 2026-01-21 10:37:37 -08:00
9 lines
101 B
C
9 lines
101 B
C
|
|
#ifndef MIO0_H
|
||
|
|
#define MIO0_H
|
||
|
|
|
||
|
|
#include "ultra64.h"
|
||
|
|
|
||
|
|
void Mio0_Decompress(u8* src, u8* dst);
|
||
|
|
|
||
|
|
#endif
|