mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-25 14:05:15 +00:00
This is extremely unoptimized, but it does successfully load "folder32.png" so it must be at least somewhat correct. :^)
5 lines
114 B
C
5 lines
114 B
C
#pragma once
|
|
|
|
#include <SharedGraphics/GraphicsBitmap.h>
|
|
|
|
RetainPtr<GraphicsBitmap> load_png(const String& path);
|