minecraft-pi-reborn/launcher/src/crash-report.h

13 lines
133 B
C
Raw Normal View History

2022-05-14 02:36:12 +00:00
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
2022-10-02 04:47:11 +00:00
void setup_log_file();
2022-05-14 02:36:12 +00:00
void setup_crash_report();
#ifdef __cplusplus
}
#endif