mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-08-21 14:55:27 -04:00
940e3c5696
libultraship uses pragma once, we were already using it in many headers
14 lines
163 B
C
14 lines
163 B
C
#pragma once
|
|
|
|
#include <stddef.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void CrashHandler_PrintSohData(char* buffer, size_t* pos);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|