summaryrefslogtreecommitdiff
path: root/ZAPD/Main.cpp
diff options
context:
space:
mode:
authorlouist103 <35883445+louist103@users.noreply.github.com>2024-01-30 21:14:07 -0500
committerlouist103 <35883445+louist103@users.noreply.github.com>2024-01-30 21:14:07 -0500
commit01ed7e87f2b4b8145d8b0af8c8d8912b86f4b908 (patch)
treea845de1cdeea9f8662ee999d2a72d79857e7d4c2 /ZAPD/Main.cpp
parent1db7c31a7648939d47ec7957888ebebba0c86db2 (diff)
Add files to build
Diffstat (limited to 'ZAPD/Main.cpp')
-rw-r--r--ZAPD/Main.cpp7
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"