LeviLamina
Loading...
Searching...
No Matches
Plane.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Facing::Plane {
6// static variables
7// NOLINTBEGIN
8MCNAPI ::std::array<uchar, 4> const& HORIZONTAL();
9
10MCNAPI ::std::array<uchar, 2> const& VERTICAL();
11// NOLINTEND
12
13} // namespace Facing::Plane