ladybird/Userland/Libraries/LibGfx/ImageFormats/AnimationWriter.cpp
Nico Weber 6c79efcae4 LibGfx: Move AnimationWriter to its own file
No behavior change.
2024-05-14 13:43:03 -04:00

13 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;
}