#include "Runtime/Character/CMetaTransSnap.hpp" namespace metaforce { std::shared_ptr CMetaTransSnap::VGetTransitionTree(const std::weak_ptr& a, const std::weak_ptr& b, const CAnimSysContext& animSys) const { return b.lock(); } } // namespace metaforce