1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 05:15:06 +00:00
serenity/SharedGraphics/PNGLoader.h
2019-06-03 20:27:05 +02:00

5 lines
118 B
C

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