mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:47:42 +00:00
Various ANIM reader imps
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#include "CAnimTreeNode.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
u32 CAnimTreeNode::GetNumChildren() const
|
||||
{
|
||||
return VGetNumChildren();
|
||||
}
|
||||
|
||||
std::shared_ptr<IAnimReader> CAnimTreeNode::GetBestUnblendedChild() const
|
||||
{
|
||||
return VGetBestUnblendedChild();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user