diff options
author | aap <aap@papnet.eu> | 2020-11-28 16:16:15 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-11-28 17:05:57 +0100 |
commit | a8035b64662e9b9fe6689ec60e5087ff95bc2672 (patch) | |
tree | 31f809fff530c5b7b8ea2a4714766d3284b0caf5 /src/skel/win | |
parent | b23bda6e45e0b0c87254b0518bfe3960f556032b (diff) |
moved some stuff to MemoryMgr
Diffstat (limited to 'src/skel/win')
-rw-r--r-- | src/skel/win/win.cpp | 2 |
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); |