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

Final CCollisionInfoList imps

This commit is contained in:
2020-02-07 14:20:04 -08:00
parent 6ac01741a4
commit 60f8dfb9d1
3 changed files with 34 additions and 5 deletions

View File

@@ -134,6 +134,7 @@ public:
constexpr u64 Intersection(const CMaterialList& other) const noexcept { return other.x0_list & x0_list; }
constexpr u64 XOR(const CMaterialList& other) const noexcept { return x0_list ^ other.x0_list; }
void Union(const CMaterialList& other) noexcept { x0_list |= other.x0_list; }
};
} // namespace urde