1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-23 13:27:35 +00:00
serenity/SharedGraphics/PNGLoader.h

5 lines
115 B
C

#pragma once
#include <SharedGraphics/GraphicsBitmap.h>
RefPtr<GraphicsBitmap> load_png(const StringView& path);