mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
ANCS stubs and initial readers
This commit is contained in:
24
Runtime/Character/CEffectComponent.hpp
Normal file
24
Runtime/Character/CEffectComponent.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef __PSHAG_CEFFECTCOMPONENT_HPP__
|
||||
#define __PSHAG_CEFFECTCOMPONENT_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CEffectComponent
|
||||
{
|
||||
std::string x0_name;
|
||||
SObjectTag x10_tag;
|
||||
std::string x18_boneName;
|
||||
float x28_;
|
||||
u32 x2c_;
|
||||
u32 x30_;
|
||||
static SObjectTag GetSObjectTagFromStream(CInputStream& in);
|
||||
public:
|
||||
CEffectComponent(CInputStream& in);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CEFFECTCOMPONENT_HPP__
|
||||
Reference in New Issue
Block a user