mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-15 11:26:36 +02: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;
|
|
|
|
}
|