ladybird/Userland/Libraries/LibGfx/ImageFormats/AnimationWriter.cpp

14 lines
225 B
C++
Raw Normal View History

/*
* Copyright (c) 2024, Nico Weber <thakis@chromium.org>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibGfx/ImageFormats/AnimationWriter.h>
namespace Gfx {
AnimationWriter::~AnimationWriter() = default;
}