mirror of
https://github.com/RGBCube/serenity
synced 2025-07-05 03:27:35 +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);
|