diff options
| author | Louis <35883445+louist103@users.noreply.github.com> | 2023-10-22 11:37:36 -0400 |
|---|---|---|
| committer | Louis <35883445+louist103@users.noreply.github.com> | 2023-10-22 11:37:36 -0400 |
| commit | cc8bd2fd01672446bb2f4613f402f2310f5ce62d (patch) | |
| tree | 2b654661000be9e039055b2f2826ff6b0e1dfc5d /ZAPD/ZFile.cpp | |
| parent | 3d8a9c1efe15ad84bfca78a5a08a02489d8ed98c (diff) | |
Fixes for MM
Diffstat (limited to 'ZAPD/ZFile.cpp')
| -rw-r--r-- | ZAPD/ZFile.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ZAPD/ZFile.cpp b/ZAPD/ZFile.cpp index 2f455b1..44974b3 100644 --- a/ZAPD/ZFile.cpp +++ b/ZAPD/ZFile.cpp @@ -31,6 +31,7 @@ #include "ZTexture.h" #include "ZVector.h" #include "ZVtx.h" +#undef FindResource ZFile::ZFile() { |
