mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Additional work on CMorphBall
This commit is contained in:
@@ -15,7 +15,7 @@ public:
|
||||
void GetAverageLeftNormal() const;
|
||||
void GetAveragePoint() const;
|
||||
void GetUnionOfAllLeftMaterials() const;
|
||||
s32 GetCount() const { return x0_list.size(); }
|
||||
size_t GetCount() const { return x0_list.size(); }
|
||||
void Swap(s32);
|
||||
|
||||
void Add(const CCollisionInfo& info, bool swap)
|
||||
|
||||
Reference in New Issue
Block a user