mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-07 00:30:59 +00:00
14 lines
225 B
C++
14 lines
225 B
C++
|
|
/*
|
||
|
|
* Copyright (c) 2024, Nico Weber <thakis@chromium.org>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include <LibGfx/ImageFormats/AnimationWriter.h>
|
||
|
|
|
||
|
|
namespace Gfx {
|
||
|
|
|
||
|
|
AnimationWriter::~AnimationWriter() = default;
|
||
|
|
|
||
|
|
}
|