mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-02-07 19:00:37 -05:00
7 lines
83 B
C
7 lines
83 B
C
![]() |
#ifndef CRASH_HANDLER_H
|
||
|
#define CRASH_HANDLER_H
|
||
|
|
||
|
void CrashHandler_Init();
|
||
|
|
||
|
#endif
|