mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 01:51:22 +00:00
14 lines
171 B
C++
14 lines
171 B
C++
#ifndef __URDE_CANIMTREESEQUENCE_HPP__
|
|
#define __URDE_CANIMTREESEQUENCE_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CAnimTreeSequence
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CANIMTREESEQUENCE_HPP__
|