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