diff options
| author | louist103 <35883445+louist103@users.noreply.github.com> | 2024-01-30 21:14:07 -0500 |
|---|---|---|
| committer | louist103 <35883445+louist103@users.noreply.github.com> | 2024-01-30 21:14:07 -0500 |
| commit | 01ed7e87f2b4b8145d8b0af8c8d8912b86f4b908 (patch) | |
| tree | a845de1cdeea9f8662ee999d2a72d79857e7d4c2 /ZAPD/Main.cpp | |
| parent | 1db7c31a7648939d47ec7957888ebebba0c86db2 (diff) | |
Add files to build
Diffstat (limited to 'ZAPD/Main.cpp')
| -rw-r--r-- | ZAPD/Main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ZAPD/Main.cpp b/ZAPD/Main.cpp index eeb72b0..4536683 100644 --- a/ZAPD/Main.cpp +++ b/ZAPD/Main.cpp @@ -74,6 +74,13 @@ ZRoom room(nullptr); #include "ZPointer.h" ZPointer pointer(nullptr); + +#include "ZCKeyFrame.h" +ZKeyFrameSkel kfSKel(nullptr); + +#include "ZCkeyFrameAnim.h" +ZKeyFrameAnim kfAnim(nullptr); + // Linker Hacks End #include "ZFile.h" |
