mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-16 23:37:02 +00:00
Start moving animation related class headers to Kyoto where appropriate
Former-commit-id: 5ec6adb7c3
This commit is contained in:
18
include/Kyoto/Animation/CEffectComponent.hpp
Normal file
18
include/Kyoto/Animation/CEffectComponent.hpp
Normal 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
|
||||
Reference in New Issue
Block a user