mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-15 00:59:07 +00:00
10 lines
352 B
C++
10 lines
352 B
C++
#include "Kyoto/Animation/CTransitionManager.hpp"
|
|
#include "Kyoto/Animation/CTreeUtils.hpp"
|
|
|
|
rstl::rc_ptr< CAnimTreeNode >
|
|
CTransitionManager::GetTransitionTree(const rstl::ncrc_ptr< CAnimTreeNode >& a,
|
|
const rstl::ncrc_ptr< CAnimTreeNode >& b) const {
|
|
|
|
return CTreeUtils::GetTransitionTree(a, b, x0_context);
|
|
}
|