mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Add CPOINode family of classes
This commit is contained in:
9
Runtime/Character/CInt32POINode.cpp
Normal file
9
Runtime/Character/CInt32POINode.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "CInt32POINode.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
CInt32POINode::CInt32POINode(CInputStream& in)
|
||||
: CPOINode(in), x38_val(in.readUint32Big()), x3c_boneName(in.readString()) {}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user