mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-06 23:13:27 +00:00
16 lines
245 B
C++
16 lines
245 B
C++
#ifndef __PSHAG_CANIMTREETWEENBASE_HPP__
|
|
#define __PSHAG_CANIMTREETWEENBASE_HPP__
|
|
|
|
#include "CAnimTreeDoubleChild.hpp"
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CAnimTreeTweenBase : public CAnimTreeDoubleChild
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CANIMTREETWEENBASE_HPP__
|