sm64pc/src/game/decompress.h

9 lines
133 B
C
Raw Normal View History

2019-08-25 04:46:40 +00:00
#ifndef _DECOMPRESS_H
#define _DECOMPRESS_H
#include "types.h"
extern void decompress(void *, void *);
#endif /* _DECOMPRESS_H */