mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 04:37:44 +00:00
LibGfx/ICC: Move enums to dedicated Enums.{cpp,h}
We will need to use ColorSpace in TagTypes.h, and it can't include Profile.h. Also makes Profile.cpp a bit smaller. No behavior change, pure code move.
This commit is contained in:
parent
6d743ce9e8
commit
64ffae9c55
7 changed files with 258 additions and 232 deletions
|
@ -28,6 +28,7 @@ set(SOURCES
|
|||
Font/WOFF2/Font.cpp
|
||||
GradientPainting.cpp
|
||||
ICC/BinaryWriter.cpp
|
||||
ICC/Enums.cpp
|
||||
ICC/Profile.cpp
|
||||
ICC/Tags.cpp
|
||||
ICC/TagTypes.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue