mirror of https://github.com/AxioDL/metaforce.git
14 lines
174 B
C++
14 lines
174 B
C++
|
#ifndef __PSHAG_CANIMTREESEQUENCE_HPP__
|
||
|
#define __PSHAG_CANIMTREESEQUENCE_HPP__
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CAnimTreeSequence
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __PSHAG_CANIMTREESEQUENCE_HPP__
|