mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 05:15:06 +00:00
5 lines
118 B
C
5 lines
118 B
C
#pragma once
|
|
|
|
#include <SharedGraphics/GraphicsBitmap.h>
|
|
|
|
RetainPtr<GraphicsBitmap> load_png(const StringView& path);
|