mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 21:07:42 +00:00
ANCS stubs and initial readers
This commit is contained in:
17
Runtime/Character/CMetaTransSnap.cpp
Normal file
17
Runtime/Character/CMetaTransSnap.cpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#include "CMetaTransSnap.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CMetaTransSnap::CMetaTransSnap(CInputStream& in)
|
||||
{
|
||||
}
|
||||
|
||||
std::shared_ptr<CAnimTreeNode>
|
||||
CMetaTransSnap::VGetTransitionTree(const std::weak_ptr<CAnimTreeNode>& a,
|
||||
const std::weak_ptr<CAnimTreeNode>& b,
|
||||
const CAnimSysContext& animSys) const
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user