LeviLamina
Loading...
Searching...
No Matches
NumberConversionResult.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Util {
6
7
enum class
NumberConversionResult :
int
{
8
Succeed = 0,
9
Invalid = 1,
10
TooSmall = 2,
11
TooLarge = 3,
12
Count = 4,
13
};
14
15
}
src
mc
deps
core
utility
NumberConversionResult.h
Generated on Sat Apr 26 2025 05:55:26 for LeviLamina by
1.12.0