mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-11 05:32:59 +00:00
We all know what a coredump is, and it feels more natural to refer to it as a coredump (most code already does), so let's be consistent.
14 lines
180 B
C++
14 lines
180 B
C++
/*
|
|
* Copyright (c) 2020, Linus Groh <linusg@serenityos.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
namespace Coredump {
|
|
|
|
class Backtrace;
|
|
class Reader;
|
|
|
|
}
|