#pragma once #include #include "Runtime/RetroTypes.hpp" namespace metaforce { 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); }; } // namespace metaforce