diff options
author | Deokishisu <edsaletto@gmail.com> | 2018-10-14 14:16:07 -0400 |
---|---|---|
committer | Deokishisu <edsaletto@gmail.com> | 2018-10-14 14:16:07 -0400 |
commit | e129f4864fa342fdca46399f216ee0c0c46c26b4 (patch) | |
tree | 9df7fd1157581d84567225e2dcbc6318901dc2e9 /include/malloc.h | |
parent | 2bd86dad2fddb1c836b462a4137fab724c7eb305 (diff) | |
parent | 0979ea91fb247b642cf7aa9e0bea5265917923d8 (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into LabelOWsProperly
Diffstat (limited to 'include/malloc.h')
-rw-r--r-- | include/malloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/malloc.h b/include/malloc.h index 6efa8fbef..c215f56c0 100644 --- a/include/malloc.h +++ b/include/malloc.h @@ -13,6 +13,7 @@ } extern u8 gHeap[]; + void *Alloc(u32 size); void *AllocZeroed(u32 size); void Free(void *pointer); |