LeviLamina
Loading...
Searching...
No Matches
CounterDisplayFormat.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Core::Profile {
6
7
enum class
CounterDisplayFormat : uchar {
8
Number = 0,
9
Bytes = 1,
10
Percent = 2,
11
};
12
13
}
src
mc
deps
profiler
CounterDisplayFormat.h
Generated on
for LeviLamina by
1.16.1