blob: 1819cba28ed4090a8b1f0ae42f79a8d947667aef (
plain)
1
2
3
4
5
6
7
8
9
10
|
// SPDX-FileCopyrightText: 2023 yuzu Emulator Project & 2025 citron Homebrew Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
namespace Breakpad {
void InstallCrashHandler();
}
|