mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Several initial character classes
This commit is contained in:
24
Runtime/Character/CPASParmInfo.hpp
Normal file
24
Runtime/Character/CPASParmInfo.hpp
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef __PSHAG_CPASPARMINFO_HPP__
|
||||
#define __PSHAG_CPASPARMINFO_HPP__
|
||||
|
||||
#include "IOStreams.hpp"
|
||||
#include "CPASAnimParm.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CPASParmInfo
|
||||
{
|
||||
CPASAnimParm::EParmType x0_type;
|
||||
u32 x4_unk1;
|
||||
float x8_unk2;
|
||||
CPASAnimParm::UParmValue xc_val1;
|
||||
CPASAnimParm::UParmValue x10_val2;
|
||||
public:
|
||||
CPASParmInfo(CInputStream& in);
|
||||
CPASAnimParm::EParmType GetType() const {return x0_type;}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __PSHAG_CPASPARMINFO_HPP__
|
||||
Reference in New Issue
Block a user