#ifndef GUI_H #define GUI_H void show_crash_report_window(const char *traceback, const char *app_path); #endif