diff options
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" |
