LeviLamina
Loading...
Searching...
No Matches
JoinOperation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
VoxelShapes {
6
7
enum class
JoinOperation : uchar {
8
Intersection = 0,
9
Union = 1,
10
FirstMinusSecond = 2,
11
SecondMinusFirst = 3,
12
};
13
14
}
src
mc
deps
voxel_shapes
JoinOperation.h
Generated on Thu Oct 2 2025 18:09:51 for LeviLamina by
1.12.0