7 lines
73 B
C
7 lines
73 B
C
#pragma once
|
|
|
|
#if 0
|
|
bool InstallCrashHandler();
|
|
void TestCrash();
|
|
#endif
|