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