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:
@@ -2,6 +2,7 @@
|
||||
#define __PSHAG_CMETATRANSMETAANIM_HPP__
|
||||
|
||||
#include "IMetaTrans.hpp"
|
||||
#include "IMetaAnim.hpp"
|
||||
#include "IOStreams.hpp"
|
||||
|
||||
namespace urde
|
||||
@@ -9,6 +10,7 @@ namespace urde
|
||||
|
||||
class CMetaTransMetaAnim : public IMetaTrans
|
||||
{
|
||||
std::shared_ptr<IMetaAnim> x4_metaAnim;
|
||||
public:
|
||||
CMetaTransMetaAnim(CInputStream& in);
|
||||
EMetaTransType GetType() const {return EMetaTransType::MetaAnim;}
|
||||
|
||||
Reference in New Issue
Block a user