mirror of https://github.com/AxioDL/metaforce.git
19 lines
395 B
C++
19 lines
395 B
C++
#ifndef __PSHAG_CANIMTREEANIMREADERCONTAINER_HPP__
|
|
#define __PSHAG_CANIMTREEANIMREADERCONTAINER_HPP__
|
|
|
|
#include "CAnimTreeNode.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CAnimTreeAnimReaderContainer : public CAnimTreeNode
|
|
{
|
|
std::shared_ptr<IAnimReader> x14_
|
|
public:
|
|
CAnimTreeAnimReaderContainer(const std::string& name, std::shared_ptr<>);
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CANIMTREEANIMREADERCONTAINER_HPP__
|