mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 22:41:00 +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);
|