mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
ANCS stubs and initial readers
This commit is contained in:
15
Runtime/Character/CAnimTreeNode.hpp
Normal file
15
Runtime/Character/CAnimTreeNode.hpp
Normal file
@@ -0,0 +1,15 @@
|
||||
#ifndef __PSHAG_CANIMTREENODE_HPP__
|
||||
#define __PSHAG_CANIMTREENODE_HPP__
|
||||
|
||||
#include "IAnimReader.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAnimTreeNode : public IAnimReader
|
||||
{
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CANIMTREENODE_HPP__
|
||||
Reference in New Issue
Block a user