mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-06 00:06:00 +01:00
7 lines
No EOL
107 B
C++
7 lines
No EOL
107 B
C++
#pragma once
|
|
|
|
#include "../defines.hpp"
|
|
|
|
namespace CrashReporter {
|
|
void createAndSaveCrash(int sig);
|
|
}; |