LibGfx: Move FourCC to its own file

These are used in fonts too, so let's not limit them to ImageLoader.
This commit is contained in:
Sam Atkins 2023-11-20 17:06:45 +00:00 committed by Andreas Kling
commit 2c24192e1f
Notes: sideshowbarker 2024-07-17 03:35:16 +09:00
4 changed files with 28 additions and 15 deletions

View file

@ -9,6 +9,7 @@
#include <AK/Format.h>
#include <AK/MemoryStream.h>
#include <AK/Vector.h>
#include <LibGfx/FourCC.h>
#include <LibGfx/ImageFormats/WebPLoader.h>
#include <LibGfx/ImageFormats/WebPLoaderLossless.h>
#include <LibGfx/ImageFormats/WebPLoaderLossy.h>