moved some stuff to MemoryMgr

This commit is contained in:
aap
2020-11-28 16:16:15 +01:00
parent b23bda6e45
commit a8035b6466
12 changed files with 150 additions and 143 deletions

View File

@ -40,7 +40,7 @@
#include "Sprite2d.h"
#include "AnimViewer.h"
#include "Font.h"
#include "MemoryHeap.h"
#include "MemoryMgr.h"
#define MAX_SUBSYSTEMS (16)

View File

@ -97,7 +97,7 @@ static psGlobalType PsGlobal;
#include "Sprite2d.h"
#include "AnimViewer.h"
#include "Font.h"
#include "MemoryHeap.h"
#include "MemoryMgr.h"
VALIDATE_SIZE(psGlobalType, 0x28);