LeviLamina
Loading...
Searching...
No Matches
Plane.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Editor {
6
7
enum class
Plane :
int
{
8
// bitfield representation
9
Xy = 1 << 0,
10
Xz = 1 << 1,
11
Yz = 1 << 2,
12
};
13
14
}
src
mc
editor
Plane.h
Generated on Sat Apr 26 2025 05:55:32 for LeviLamina by
1.12.0