#pragma once #include RefPtr load_png(const StringView& path); RefPtr load_png_from_memory(const u8*, size_t);