Hyprland/src/debug/CrashReporter.hpp

7 lines
108 B
C++
Raw Normal View History

2023-02-19 13:45:56 +00:00
#pragma once
#include "../defines.hpp"
namespace NCrashReporter {
2023-03-01 15:08:44 +00:00
void createAndSaveCrash(int sig);
2023-02-19 13:45:56 +00:00
};