Hyprland/src/debug/CrashReporter.hpp

7 lines
107 B
C++
Raw Normal View History

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