Continue work on CActor::UpdateAnimation; lots of headers n stuff

This commit is contained in:
2022-08-14 14:38:41 -04:00
parent 7c92358bf6
commit 85284f7640
43 changed files with 1190 additions and 148 deletions

View File

@@ -0,0 +1,18 @@
#ifndef _CEFFECTCOMPONENT_HPP
#define _CEFFECTCOMPONENT_HPP
#include "types.h"
#include "MetroidPrime/CParticleData.hpp"
class CEffectComponent {
private:
rstl::string x0_name;
SObjectTag x10_tag;
rstl::string x18_boneName;
f32 x28_scale;
CParticleData::EParentedMode x2c_parentedMode;
u32 x30_flags;
};
#endif