mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 13:47:43 +00:00
Various character imps
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
#ifndef __PSHAG_CANIMTREETRANSITION_HPP__
|
||||
#define __PSHAG_CANIMTREETRANSITION_HPP__
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
#include "CAnimTreeTweenBase.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAnimTreeTransition
|
||||
class CAnimTreeTransition : public CAnimTreeTweenBase
|
||||
{
|
||||
public:
|
||||
static std::string CreatePrimitiveName();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user