mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-04 02:56:06 -04:00
3914781ebf
Co-authored-by: briaguya <briaguya> Co-authored-by: Christopher Leggett <chris@leggett.dev> Co-authored-by: David Chavez <davi@dcvz.io>
12 lines
156 B
C
12 lines
156 B
C
#include <CrashHandler.h>
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void CrashHandler_PrintSohData(char* buffer, size_t* pos);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |