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:
@@ -147,6 +147,11 @@ public:
|
||||
{
|
||||
return other.x0_list & x0_list;
|
||||
}
|
||||
|
||||
u64 XOR(const CMaterialList& other) const
|
||||
{
|
||||
return x0_list ^ other.x0_list;
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user