Super Mario 64 Source
A Super Mario 64 decompilation, brought to you by a bunch of clever folks.
src
game
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 */
decompress
void decompress(void *, void *)
types.h
Generated by
1.8.13