Files
Shiip-of-Hakinian-Espanol/soh/soh/CrashHandlerExt.h

12 lines
162 B
C

#include <libultraship/bridge.h>
#ifdef __cplusplus
extern "C" {
#endif
void CrashHandler_PrintSohData(char* buffer, size_t* pos);
#ifdef __cplusplus
}
#endif