mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 23:07:42 +00:00
Symbol correct function/variable names
This commit is contained in:
@@ -10,12 +10,12 @@ class IAnimSourceInfo;
|
||||
class CInt32POINode : public CPOINode
|
||||
{
|
||||
s32 x38_val;
|
||||
std::string x3c_boneName;
|
||||
std::string x3c_locatorName;
|
||||
public:
|
||||
CInt32POINode();
|
||||
CInt32POINode(CInputStream& in);
|
||||
s32 GetValue() const {return x38_val;}
|
||||
const std::string& GetBoneName() const {return x3c_boneName;}
|
||||
const std::string& GetLocatorName() const {return x3c_locatorName;}
|
||||
|
||||
static u32 _getPOIList(const CCharAnimTime& time,
|
||||
CInt32POINode* listOut,
|
||||
|
||||
Reference in New Issue
Block a user