summaryrefslogtreecommitdiff
path: root/include/heap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/heap.h')
-rw-r--r--include/heap.h8
1 files changed, 8 insertions, 0 deletions
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