/* * Copyright (c) 2023, the SerenityOS developers. * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include namespace Web::Painting { void paint_table_borders(PaintContext&, PaintableBox const& table_paintable); }