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/win.cpp | |
parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
download | re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.gz re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.bz2 re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.lz re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.xz re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.tar.zst re3-a8035b64662e9b9fe6689ec60e5087ff95bc2672.zip |
Diffstat (limited to 'src/skel/win/win.cpp')
-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); |