summaryrefslogtreecommitdiffstats
path: root/src/yuzu/breakpad.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/breakpad.h')
-rw-r--r--src/yuzu/breakpad.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/yuzu/breakpad.h b/src/yuzu/breakpad.h
new file mode 100644
index 000000000..0f911aa9c
--- /dev/null
+++ b/src/yuzu/breakpad.h
@@ -0,0 +1,10 @@
+// SPDX-FileCopyrightText: 2023 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+namespace Breakpad {
+
+void InstallCrashHandler();
+
+}