LeviLamina
Loading...
Searching...
No Matches
SplitScreenPosition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class SplitScreenPosition : int {
6 Center = 0,
7 HorizontalTop = 1,
8 HorizontalBottom = 2,
9 VerticalLeft = 3,
10 VerticalRight = 4,
11 TopLeft = 5,
12 TopRight = 6,
13 BottomLeft = 7,
14 BottomRight = 8,
15};