Start moving animation related class headers to Kyoto where appropriate

Former-commit-id: 5ec6adb7c3
This commit is contained in:
2022-12-09 11:38:20 -08:00
parent e141569f99
commit d6b59eabc8
12 changed files with 19 additions and 17 deletions

View File

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