mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
More AnimSourceReader imps
This commit is contained in:
@@ -9,6 +9,7 @@ namespace urde
|
||||
|
||||
class CPOINode
|
||||
{
|
||||
protected:
|
||||
u16 x4_ = 1;
|
||||
std::string x8_name;
|
||||
u16 x18_;
|
||||
@@ -25,6 +26,7 @@ public:
|
||||
|
||||
const std::string& GetName() const {return x8_name;}
|
||||
const CCharAnimTime& GetTime() const {return x1c_time;}
|
||||
u32 GetIndex() const {return x24_index;}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user