mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 09:46:04 -05:00
42755e98cf
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);
|