LeviLamina
Loading...
Searching...
No Matches
Bedrock.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace Bedrock {
6// functions
7// NOLINTBEGIN
8MCAPI int strtoint32(char const* str, char** endptr, int base);
9
10MCAPI void throw_system_error(::std::errc errc);
11// NOLINTEND
12
13} // namespace Bedrock