mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 22:55:23 +00:00
7 lines
172 B
C
7 lines
172 B
C
#pragma once
|
|
|
|
#include <LibDraw/GraphicsBitmap.h>
|
|
|
|
RefPtr<GraphicsBitmap> load_png(const StringView& path);
|
|
RefPtr<GraphicsBitmap> load_png_from_memory(const u8*, size_t);
|