mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 17:25:59 +01:00
7 lines
100 B
C++
7 lines
100 B
C++
|
#pragma once
|
||
|
|
||
|
#include "../defines.hpp"
|
||
|
|
||
|
namespace CrashReporter {
|
||
|
void createAndSaveCrash();
|
||
|
};
|