diff options
Diffstat (limited to 'include/gamealloc.h')
| -rw-r--r-- | include/gamealloc.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/gamealloc.h b/include/gamealloc.h new file mode 100644 index 0000000..5c4d0c8 --- /dev/null +++ b/include/gamealloc.h @@ -0,0 +1,12 @@ +#ifndef GAMEALLOC_H +#define GAMEALLOC_H + +#include "ultra64.h" + +// void func_800D3720_jp(); +// void gamealloc_malloc(); +// void gamealloc_free(); +// void gamealloc_cleanup(); +// void gamealloc_init(); + +#endif |
