mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 10:48:41 +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;
|
|
|
|
}
|