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