mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Various ANIM reader imps
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
#ifndef __PSHAG_CANIMTREEANIMREADERCONTAINER_HPP__
|
||||
#define __PSHAG_CANIMTREEANIMREADERCONTAINER_HPP__
|
||||
|
||||
#include "CAnimTreeNode.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAnimTreeAnimReaderContainer
|
||||
class CAnimTreeAnimReaderContainer : public CAnimTreeNode
|
||||
{
|
||||
std::shared_ptr<IAnimReader> x14_
|
||||
public:
|
||||
CAnimTreeAnimReaderContainer(const std::string& name, std::shared_ptr<>);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user