summaryrefslogtreecommitdiff
path: root/src/skel/win/win.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2020-11-28 18:52:44 +0100
committerGitHub <noreply@github.com>2020-11-28 18:52:44 +0100
commitc57fee38caed4cc770aa8e57b74672ca85aa0fa3 (patch)
treed9b0a02ad6c0d81fc78b9c8f0bbb018189d92d39 /src/skel/win/win.cpp
parentad48b9cde01522938590aab444bb09275ff5359d (diff)
parenta8035b64662e9b9fe6689ec60e5087ff95bc2672 (diff)
Merge pull request #841 from aap/master
start using CMemoryHeap; also some PS2 define cleanup
Diffstat (limited to 'src/skel/win/win.cpp')
-rw-r--r--src/skel/win/win.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/skel/win/win.cpp b/src/skel/win/win.cpp
index b4897d67..5f6d662c 100644
--- a/src/skel/win/win.cpp
+++ b/src/skel/win/win.cpp
@@ -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);