added MemoryHeap from III, MemoryMgr

This commit is contained in:
aap
2020-12-18 14:19:03 +01:00
parent 55cf1a37cb
commit f3a356375e
12 changed files with 855 additions and 47 deletions

View File

@@ -3,9 +3,6 @@
extern bool gPS2alphaTest;
extern bool gBackfaceCulling;
void *RwMallocAlign(RwUInt32 size, RwUInt32 align);
void RwFreeAlign(void *mem);
void OpenCharsetSafe();
void CreateDebugFont();
void DestroyDebugFont();