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:
@@ -6,6 +6,7 @@
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class IAnimSourceInfo;
|
||||
|
||||
class CSoundPOINode : public CPOINode
|
||||
{
|
||||
@@ -17,6 +18,15 @@ public:
|
||||
CSoundPOINode(const std::string& name, u16 a,
|
||||
const CCharAnimTime& time, u32 b, bool c,
|
||||
float d, u32 e, u32 f, u32 sfxId, float falloff, float maxDist);
|
||||
|
||||
static u32 _getPOIList(const CCharAnimTime& time,
|
||||
CSoundPOINode* listOut,
|
||||
u32 capacity, u32 iterator, u32 unk1,
|
||||
const std::vector<CSoundPOINode>& stream,
|
||||
const CCharAnimTime& curTime,
|
||||
const IAnimSourceInfo& animInfo, u32 passedCount);
|
||||
static CSoundPOINode CopyNodeMinusStartTime(const CSoundPOINode& node,
|
||||
const CCharAnimTime& startTime);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user