mirror of https://github.com/AxioDL/metaforce.git
18 lines
398 B
C++
18 lines
398 B
C++
|
#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
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|