mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-15 18:46:09 +00:00
Match and link IAnimReader.cpp
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user