mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 17:11:22 +00:00
14 lines
162 B
C++
14 lines
162 B
C++
#ifndef __PSHAG_CANIMTREESCALE_HPP__
|
|
#define __PSHAG_CANIMTREESCALE_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CAnimTreeScale
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CANIMTREESCALE_HPP__
|