wut/libraries/libwhb/include/whb/crash.h
2018-05-23 11:10:10 +01:00

22 lines
207 B
C

#pragma once
#include <wut.h>
/**
* \defgroup whb_crash Crash Handler
* \ingroup whb
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
BOOL
WHBInitCrashHandler();
#ifdef __cplusplus
}
#endif
/** @} */