mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
ANCS stubs and initial readers
This commit is contained in:
13
Runtime/Character/CAnimation.cpp
Normal file
13
Runtime/Character/CAnimation.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include "CAnimation.hpp"
|
||||
#include "CMetaAnimFactory.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CAnimation::CAnimation(CInputStream& in)
|
||||
{
|
||||
x0_name = in.readString();
|
||||
x10_anim = CMetaAnimFactory::CreateMetaAnim(in);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user