Skip to content
Snippets Groups Projects
Verified Commit c24b7606 authored by TORTEROTOT THOMAS's avatar TORTEROTOT THOMAS
Browse files

Replaced Cell::InternalWallMask class with struct

parent 31d3c37f
Branches
No related merge requests found
......@@ -82,11 +82,10 @@ private:
ECellType type = ECellType::Void;
class InternalWallMask
struct InternalWallMask
{
public:
WallMask pos = 0;
WallMask neg = 0;
WallMask pos;
WallMask neg;
};
EItemType item_type = EItemType::Cherry;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment