DYTSrouce/src/common/CrashHandler.h

7 lines
73 B
C
Raw Normal View History

2025-01-04 04:12:51 +00:00
#pragma once
2025-01-19 14:26:21 +00:00
#if 0
2025-01-04 04:12:51 +00:00
bool InstallCrashHandler();
2025-01-19 14:26:21 +00:00
void TestCrash();
#endif