2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 03:47:43 +00:00

Remaining CFBStreamedAnimReader imps

This commit is contained in:
Jack Andersen
2016-08-28 09:57:55 -10:00
parent 6d35a656fd
commit b4b19d460c
7 changed files with 249 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
#define __URDE_CSEGSTATEMENTSET_HPP__
#include "CAnimPerSegmentData.hpp"
#include "CSegId.hpp"
namespace urde
{
@@ -17,7 +18,7 @@ public:
void Add(const CSegIdList& list, const CCharLayoutInfo& layout,
const CSegStatementSet& other, float weight);
CAnimPerSegmentData& operator[](size_t idx) { return x4_segData[idx]; }
CAnimPerSegmentData& operator[](const CSegId& idx) { return x4_segData[idx]; }
};
}