mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:11:21 +00:00
16 lines
207 B
C++
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__
|