LibGfx: Add PPM image file type support

This commit is contained in:
Hüseyin ASLITÜRK 2020-06-22 11:58:04 +03:00 committed by Andreas Kling
commit 326032b138
Notes: sideshowbarker 2024-07-19 05:26:58 +09:00
6 changed files with 553 additions and 1 deletions

View file

@ -33,6 +33,7 @@
#include <LibGfx/GIFLoader.h>
#include <LibGfx/PBMLoader.h>
#include <LibGfx/PNGLoader.h>
#include <LibGfx/PPMLoader.h>
#include <LibGfx/ICOLoader.h>
#include <LibGfx/ShareableBitmap.h>
#include <fcntl.h>