2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 06:27:43 +00:00

More AnimSourceReader imps

This commit is contained in:
Jack Andersen
2016-04-11 20:15:32 -10:00
parent faacffba77
commit 41f482daeb
24 changed files with 650 additions and 58 deletions

View File

@@ -21,11 +21,11 @@ bool CAnimTreeSingleChild::VHasOffset(const CSegId& seg) const
{
}
void CAnimTreeSingleChild::VGetOffset(const CSegId& seg) const
zeus::CVector3f CAnimTreeSingleChild::VGetOffset(const CSegId& seg) const
{
}
void CAnimTreeSingleChild::VGetRotation(const CSegId& seg) const
zeus::CQuaternion CAnimTreeSingleChild::VGetRotation(const CSegId& seg) const
{
}
@@ -53,15 +53,15 @@ u32 CAnimTreeSingleChild::VGetSoundPOIList(const CCharAnimTime& time,
{
}
void CAnimTreeSingleChild::VGetBoolPOIState(const char*) const
bool CAnimTreeSingleChild::VGetBoolPOIState(const char* name) const
{
}
void CAnimTreeSingleChild::VGetInt32POIState(const char*) const
s32 CAnimTreeSingleChild::VGetInt32POIState(const char* name) const
{
}
void CAnimTreeSingleChild::VGetParticlePOIState(const char*) const
CParticleData::EParentedMode CAnimTreeSingleChild::VGetParticlePOIState(const char* name) const
{
}