mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2024-11-17 15:05:05 -05:00
7 lines
83 B
C
7 lines
83 B
C
|
#ifndef CRASH_HANDLER_H
|
||
|
#define CRASH_HANDLER_H
|
||
|
|
||
|
void CrashHandler_Init();
|
||
|
|
||
|
#endif
|