7 lines
83 B
C
7 lines
83 B
C
#ifndef CRASH_HANDLER_H
|
|
#define CRASH_HANDLER_H
|
|
|
|
void CrashHandler_Init();
|
|
|
|
#endif
|