LeviLamina
Loading...
Searching...
No Matches
CodeScreenViewOption.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
enum class
CodeScreenViewOption : uchar {
6
SplitRight = 0,
7
FullRight = 1,
8
SplitLeft = 2,
9
FullLeft = 3,
10
};
src-client
mc
client
gui
screens
controllers
CodeScreenViewOption.h
Generated on
for LeviLamina by
1.16.1