mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-13 13:05:06 -05: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 |