LeviLamina
Loading...
Searching...
No Matches
OSErrorType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
Bedrock {
6
7
enum class
OSErrorType :
int
{
8
Unspecified = 0,
9
InsufficientDiskSpace = 1,
10
};
11
12
}
src
mc
deps
core
platform
OSErrorType.h
Generated on Sat Apr 26 2025 05:55:25 for LeviLamina by
1.12.0