#pragma once #include "RetroTypes.hpp" namespace urde { class CAnimTreeNode; struct CAnimSysContext; class CTreeUtils { public: static std::shared_ptr GetTransitionTree(const std::weak_ptr& a, const std::weak_ptr& b, const CAnimSysContext& animCtx); }; }