LeviLamina
Loading...
Searching...
No Matches
UIScalingRules.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5enum class UIScalingRules : int {
6 Desktop = 0,
7 PocketApple = 1,
8 PocketAndroid = 2,
9 PocketWindows = 3,
10 Console = 4,
11 HandheldConsole = 5,
12};