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

12 lines
110 B
C
Raw Normal View History

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