From 2e1174063f3ed6bcf929bc7093cd2d1b05f8518b Mon Sep 17 00:00:00 2001 From: Nicholas Estelami Date: Tue, 19 Jan 2021 15:08:29 -0500 Subject: Added in support for ZArray (WIP) and ZVtx. Also cleaned up some of the virtual functions. (#73) --- ZAPD/ZAnimation.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ZAPD/ZAnimation.cpp') diff --git a/ZAPD/ZAnimation.cpp b/ZAPD/ZAnimation.cpp index 3a70f0e..f1fccf6 100644 --- a/ZAPD/ZAnimation.cpp +++ b/ZAPD/ZAnimation.cpp @@ -46,6 +46,11 @@ string ZAnimation::GetSourceOutputCode(const std::string& prefix) return ""; } +ZResourceType ZAnimation::GetResourceType() +{ + return ZResourceType::Animation; +} + ZNormalAnimation::ZNormalAnimation() : ZAnimation() { rotationValues = vector(); -- cgit v1.2.3