mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-11 02:31:04 +00:00
14 lines
166 B
C
14 lines
166 B
C
|
|
/*
|
||
|
|
* Copyright (c) 2023, Andreas Kling <kling@serenityos.org>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
namespace AccelGfx {
|
||
|
|
|
||
|
|
class Painter;
|
||
|
|
|
||
|
|
}
|