Hyprland/src/debug/CrashReporter.hpp

7 lines
100 B
C++
Raw Normal View History

2023-02-19 13:45:56 +00:00
#pragma once
#include "../defines.hpp"
namespace CrashReporter {
void createAndSaveCrash();
};