2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 23:13:27 +00:00
metaforce/Runtime/Character/CAnimTreeTransition.hpp
2016-04-10 17:59:54 -10:00

19 lines
325 B
C++

#ifndef __PSHAG_CANIMTREETRANSITION_HPP__
#define __PSHAG_CANIMTREETRANSITION_HPP__
#include "RetroTypes.hpp"
#include "CAnimTreeTweenBase.hpp"
namespace urde
{
class CAnimTreeTransition : public CAnimTreeTweenBase
{
public:
static std::string CreatePrimitiveName();
};
}
#endif // __PSHAG_CANIMTREETRANSITION_HPP__