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:
@@ -5,6 +5,7 @@
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class IAnimSourceInfo;
|
||||
|
||||
class CBoolPOINode : public CPOINode
|
||||
{
|
||||
@@ -13,6 +14,14 @@ public:
|
||||
CBoolPOINode();
|
||||
CBoolPOINode(CInputStream& in);
|
||||
bool GetValue() const {return x38_val;}
|
||||
static u32 _getPOIList(const CCharAnimTime& time,
|
||||
CBoolPOINode* listOut,
|
||||
u32 capacity, u32 iterator, u32 unk1,
|
||||
const std::vector<CBoolPOINode>& stream,
|
||||
const CCharAnimTime& curTime,
|
||||
const IAnimSourceInfo& animInfo, u32 passedCount);
|
||||
static CBoolPOINode CopyNodeMinusStartTime(const CBoolPOINode& node,
|
||||
const CCharAnimTime& startTime);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user