LeviLamina
Loading...
Searching...
No Matches
ViewState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
OreUI {
6
7
enum class
ViewState : uchar {
8
Idle = 0,
9
Active = 1,
10
ActiveFirstMeaningfulPaintHappened = 2,
11
Leaving = 3,
12
};
13
14
}
src-client
mc
client
gui
oreui
interface
ViewState.h
Generated on
for LeviLamina by
1.16.1