mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 03:07:41 +00:00
Several CAnimData integrations
This commit is contained in:
@@ -9,12 +9,15 @@ namespace urde
|
||||
class CTransitionDatabaseGame;
|
||||
class CRandom16;
|
||||
class CSimplePool;
|
||||
class CAnimTreeNode;
|
||||
|
||||
class CTransitionManager
|
||||
{
|
||||
CAnimSysContext x0_animCtx;
|
||||
public:
|
||||
CTransitionManager(const CAnimSysContext& sysCtx) : x0_animCtx(sysCtx) {}
|
||||
std::shared_ptr<CAnimTreeNode> GetTransitionTree(const std::shared_ptr<CAnimTreeNode>& a,
|
||||
const std::shared_ptr<CAnimTreeNode>& b) const;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user