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

Initial work on CGroundMovement

This commit is contained in:
Jack Andersen
2017-06-18 21:00:50 -10:00
parent c854a45dfe
commit d4a97861dc
15 changed files with 993 additions and 53 deletions

View File

@@ -147,6 +147,11 @@ public:
{
return other.x0_list & x0_list;
}
u64 XOR(const CMaterialList& other) const
{
return x0_list ^ other.x0_list;
}
};
}