yuqucheng fa7c338ea5 init
2026-06-23 09:54:30 +08:00

15 lines
230 B
C

#pragma once
#include "Baselib_ErrorCode.h"
#ifdef __cplusplus
BASELIB_C_INTERFACE
{
#endif
BASELIB_API COMPILER_NORETURN void Baselib_Process_Abort(Baselib_ErrorCode error);
#ifdef __cplusplus
} // BASELIB_C_INTERFACE
#endif