LeviLamina
Loading...
Searching...
No Matches
AssertSteps.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
DebugUtils {
6
7
enum class
AssertSteps :
int
{
8
LogAssert = 0,
9
PresentModal = 1,
10
FireCallbacks = 2,
11
FireTelemetry = 3,
12
UpdateCrashDumpLog = 4,
13
ThrowException = 5,
14
EarlyDebugBreak = 6,
15
Count = 7,
16
};
17
18
}
src
mc
deps
core
debug
debug_utils
AssertSteps.h
Generated on Sat Apr 26 2025 05:55:24 for LeviLamina by
1.12.0