sub_8121478

This commit is contained in:
PikalaxALT
2017-10-12 15:59:43 -04:00
parent 8914645231
commit 8d31a46c6f
6 changed files with 143 additions and 160 deletions

View File

@@ -2,7 +2,7 @@
#define GUARD_MALLOC_H
#define malloc Alloc
#define calloc AllocZeroed
#define calloc(ct, sz) AllocZeroed((ct) * (sz))
#define free Free
extern u8 gHeap[];