mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 00:22:43 +02:00
6 lines
115 B
C
6 lines
115 B
C
#pragma once
|
|
|
|
#include <SharedGraphics/GraphicsBitmap.h>
|
|
|
|
RefPtr<GraphicsBitmap> load_png(const StringView& path);
|