2016-04-10 21:22:59 +00:00
|
|
|
#ifndef __PSHAG_CANIMTREETRANSITION_HPP__
|
|
|
|
#define __PSHAG_CANIMTREETRANSITION_HPP__
|
|
|
|
|
2016-04-11 03:59:54 +00:00
|
|
|
#include "RetroTypes.hpp"
|
|
|
|
#include "CAnimTreeTweenBase.hpp"
|
|
|
|
|
2016-04-10 21:22:59 +00:00
|
|
|
namespace urde
|
|
|
|
{
|
|
|
|
|
2016-04-11 03:59:54 +00:00
|
|
|
class CAnimTreeTransition : public CAnimTreeTweenBase
|
2016-04-10 21:22:59 +00:00
|
|
|
{
|
2016-04-11 03:59:54 +00:00
|
|
|
public:
|
|
|
|
static std::string CreatePrimitiveName();
|
2016-04-10 21:22:59 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif // __PSHAG_CANIMTREETRANSITION_HPP__
|