mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-27 10:00:24 +00:00
e017fe92e6
This will allow us to use it in more places around LibWeb.
15 lines
246 B
C++
15 lines
246 B
C++
/*
|
|
* Copyright (c) 2020-2021, Andreas Kling <kling@serenityos.org>
|
|
*
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <LibImageDecoderClient/Client.h>
|
|
|
|
namespace Web {
|
|
|
|
ImageDecoderClient::Client& image_decoder_client();
|
|
|
|
}
|