Hyprland/src/debug/CrashReporter.hpp

7 lines
100 B
C++
Raw Normal View History

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