mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
LibGfx: Move AnimationWriter to its own file
No behavior change.
This commit is contained in:
13
Userland/Libraries/LibGfx/ImageFormats/AnimationWriter.cpp
Normal file
13
Userland/Libraries/LibGfx/ImageFormats/AnimationWriter.cpp
Normal 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;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user