mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-30 19:51:55 -07:00
7 lines
107 B
C++
7 lines
107 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
|
|
namespace CrashReporter {
|
|
void createAndSaveCrash(int sig);
|
|
}; |