mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 11:07:44 +00:00
Additional animation tree imps
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class IAnimSourceInfo;
|
||||
|
||||
enum class EPOIType : u16
|
||||
{
|
||||
@@ -45,6 +46,21 @@ public:
|
||||
u32 GetFlags() const { return x34_flags; }
|
||||
};
|
||||
|
||||
template <class T>
|
||||
u32 _getPOIList(const CCharAnimTime& time,
|
||||
T* listOut,
|
||||
u32 capacity, u32 iterator, u32 unk1,
|
||||
const std::vector<T>& stream,
|
||||
const CCharAnimTime& curTime,
|
||||
const IAnimSourceInfo& animInfo, u32 passedCount);
|
||||
|
||||
template <class T>
|
||||
u32 _getPOIList(const CCharAnimTime& time,
|
||||
T* listOut,
|
||||
u32 capacity, u32 iterator, u32 unk1,
|
||||
const std::vector<T>& stream,
|
||||
const CCharAnimTime& curTime);
|
||||
|
||||
}
|
||||
|
||||
#endif // __URDE_CPOINODE_HPP__
|
||||
|
||||
Reference in New Issue
Block a user