Files
2026-03-30 10:05:53 +00:00

7 lines
83 B
C

#ifndef CRASH_HANDLER_H
#define CRASH_HANDLER_H
void CrashHandler_Init();
#endif