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

Windows fixes

This commit is contained in:
Jack Andersen
2016-09-10 15:25:59 -10:00
parent 2563b78a82
commit 64b85786de
17 changed files with 82 additions and 93 deletions

View File

@@ -21,18 +21,22 @@ CAnimTreeBlend::CAnimTreeBlend(bool b1,
SAdvancementResults CAnimTreeBlend::VAdvanceView(const CCharAnimTime& a)
{
return {};
}
CCharAnimTime CAnimTreeBlend::VGetTimeRemaining() const
{
return {};
}
CSteadyStateAnimInfo CAnimTreeBlend::VGetSteadyStateAnimInfo() const
{
return {};
}
std::shared_ptr<IAnimReader> CAnimTreeBlend::VClone() const
{
return {};
}
void CAnimTreeBlend::SetBlendingWeight(float w)
@@ -41,6 +45,7 @@ void CAnimTreeBlend::SetBlendingWeight(float w)
float CAnimTreeBlend::VGetBlendingWeight() const
{
return 0.f;
}
}