mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-06-29 11:51:07 -04:00
c21b2e8f00
* Linux side done * Win V2. need to fix message box. * Fix message box.
12 lines
169 B
C
12 lines
169 B
C
#include <libultraship/CrashHandler.h>
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void CrashHandler_PrintSohData(char* buffer, size_t* pos);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif |