mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Various character imps
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
#include "CMetaAnimBlend.hpp"
|
||||
#include "CMetaAnimFactory.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CMetaAnimBlend::CMetaAnimBlend(CInputStream& in)
|
||||
{
|
||||
x4_animA = CMetaAnimFactory::CreateMetaAnim(in);
|
||||
x8_animB = CMetaAnimFactory::CreateMetaAnim(in);
|
||||
xc_blend = in.readFloatBig();
|
||||
x10_ = in.readBool();
|
||||
}
|
||||
|
||||
std::shared_ptr<CAnimTreeNode>
|
||||
|
||||
Reference in New Issue
Block a user