summaryrefslogtreecommitdiff
path: root/SharedGraphics/PNGLoader.h
blob: d4e7c0ef7fd0fd3e862616517549cd3c46eda118 (plain)
1
2
3
4
5
#pragma once

#include <SharedGraphics/GraphicsBitmap.h>

RetainPtr<GraphicsBitmap> load_png(const String& path);