decompile load_save.c

This commit is contained in:
ProjectRevoTPP
2018-10-15 22:21:18 -04:00
parent a2e49c4d5c
commit 77d98a23c6
42 changed files with 982 additions and 1495 deletions
+1
View File
@@ -1,6 +1,7 @@
#ifndef GUARD_MALLOC_H
#define GUARD_MALLOC_H
#define HEAP_SIZE 0x1C000
#define malloc Alloc
#define calloc(ct, sz) AllocZeroed((ct) * (sz))
#define free Free