From 3d7ea9dfb8deb95709f0a4441950a3c7ca486e5b Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Thu, 28 May 2020 17:49:52 -0400 Subject: Clean up filesystem.c and create headers --- include/heap.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 include/heap.h (limited to 'include/heap.h') diff --git a/include/heap.h b/include/heap.h new file mode 100644 index 00000000..36b79122 --- /dev/null +++ b/include/heap.h @@ -0,0 +1,8 @@ +#ifndef POKEDIAMOND_HEAP_H +#define POKEDIAMOND_HEAP_H + +void * FUN_02016998(u32 heap_id, u32 size); +void * FUN_020169D8(u32 heap_id, u32 size); +void FUN_02016A18(void * ptr); + +#endif //POKEDIAMOND_HEAP_H -- cgit v1.2.3