LibGfx: Move AnimationWriter to its own file

No behavior change.
This commit is contained in:
Nico Weber
2024-05-11 19:53:38 -04:00
committed by Tim Flynn
parent 58cbecbe0c
commit 6c79efcae4
8 changed files with 46 additions and 11 deletions

View File

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