Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
decompress.h
Go to the documentation of this file.
1 #ifndef _DECOMPRESS_H
2 #define _DECOMPRESS_H
3 
4 #include "types.h"
5 
6 extern void decompress(void *, void *);
7 
8 #endif /* _DECOMPRESS_H */
void decompress(void *, void *)