mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 04:37:55 +00:00
6 lines
118 B
C
6 lines
118 B
C
#pragma once
|
|
|
|
#include <SharedGraphics/GraphicsBitmap.h>
|
|
|
|
RetainPtr<GraphicsBitmap> load_png(const StringView& path);
|