LeviLamina
Loading...
Searching...
No Matches
DebugUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10namespace DebugUtils {
11// functions
12// NOLINTBEGIN
13MCAPI bool
14handleAssert_va(char const* msgFormat, char const* arg, int line, char const* file, char const* function, char* args);
15
16MCAPI bool runAssertHandler(::std::bitset<7> const& steps, ::AssertHandlerContext const& context);
17// NOLINTEND
18
19} // namespace DebugUtils
Definition AssertHandlerContext.h:5
Definition context.h:5