Match and link IAnimReader.cpp

This commit is contained in:
2025-04-22 18:38:18 -07:00
parent 8b9da3f27f
commit d45e3e9cb4
11 changed files with 143 additions and 54 deletions

View File

@@ -17,7 +17,7 @@ public:
float GetSeconds() const { return x0_time; }
explicit CCharAnimTime(CInputStream& in);
explicit CCharAnimTime(float time);
explicit CCharAnimTime(float time = 0.f);
explicit CCharAnimTime(const EType& type, const float& time) : x0_time(time), x4_type(type) {}
CCharAnimTime(const CCharAnimTime& other) : x0_time(other.x0_time), x4_type(other.x4_type) {}