2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:07:41 +00:00

Initial CCollisionActorManager imp

This commit is contained in:
2017-03-25 21:12:06 -07:00
parent db12dd2ea2
commit 01d7f42524
7 changed files with 41 additions and 5 deletions

View File

@@ -109,6 +109,11 @@ public:
x0_list |= (1ull << u32(type));
}
void Add(const CMaterialList& l)
{
x0_list |= l.x0_list;
}
void Remove(EMaterialTypes type)
{
x0_list &= ~(1ull << u32(type));