14 lines
175 B
C
14 lines
175 B
C
#pragma once
|
|
|
|
#include <lcrash/types.h>
|
|
|
|
/**
|
|
* Initialize extended debugging
|
|
*
|
|
* \return 0 on success
|
|
*/
|
|
int DebugInitialize();
|
|
|
|
[[noreturn]]
|
|
void Panic(const c8* Error);
|