summaryrefslogtreecommitdiff
path: root/include/heap.h
diff options
context:
space:
mode:
authorRevo <projectrevotpp@hotmail.com>2020-05-28 18:06:31 -0400
committerGitHub <noreply@github.com>2020-05-28 18:06:31 -0400
commit4c3bc7f7584e7e728de5735f45bb2f92fca5bf71 (patch)
treeea398adcdd1ebcf7e0bfd4b91a40263dfb4b0681 /include/heap.h
parent44da9faaaaf845b068bb4d843ab3c2e84d45822e (diff)
parent7409f8908ec914664c29686a11e2eef40f087594 (diff)
Merge pull request #121 from PikalaxALT/pikalax_work
Pikalax work
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