mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
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:
parent
9f2ee86e4d
commit
2c24192e1f
Notes:
sideshowbarker
2024-07-17 03:35:16 +09:00
Author: https://github.com/AtkinsSJ
Commit: 2c24192e1f
Pull-request: https://github.com/SerenityOS/serenity/pull/22004
4 changed files with 28 additions and 15 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue