mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 10:27:42 +00:00
Additional animation tree imps
This commit is contained in:
@@ -8,6 +8,7 @@ namespace urde
|
||||
|
||||
class CAnimTreeSingleChild : public CAnimTreeNode
|
||||
{
|
||||
protected:
|
||||
std::shared_ptr<CAnimTreeNode> x14_child;
|
||||
public:
|
||||
CAnimTreeSingleChild(const std::weak_ptr<CAnimTreeNode>& node, const std::string& name);
|
||||
|
||||
Reference in New Issue
Block a user