2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 21:11:21 +00:00
metaforce/Runtime/Character/CAnimTreeNode.hpp
2016-04-10 11:22:59 -10:00

16 lines
207 B
C++

#ifndef __PSHAG_CANIMTREENODE_HPP__
#define __PSHAG_CANIMTREENODE_HPP__
#include "IAnimReader.hpp"
namespace urde
{
class CAnimTreeNode : public IAnimReader
{
};
}
#endif // __PSHAG_CANIMTREENODE_HPP__