metaforce/Runtime/Character/CMetaTransPhaseTrans.cpp

18 lines
398 B
C++
Raw Normal View History

2016-04-10 21:22:59 +00:00
#include "CMetaTransPhaseTrans.hpp"
namespace urde
{
CMetaTransPhaseTrans::CMetaTransPhaseTrans(CInputStream& in)
{
}
std::shared_ptr<CAnimTreeNode>
CMetaTransPhaseTrans::VGetTransitionTree(const std::weak_ptr<CAnimTreeNode>& a,
const std::weak_ptr<CAnimTreeNode>& b,
const CAnimSysContext& animSys) const
{
}
}