From 738929e14e455ece81b1bc23ed1d7ea19ef53468 Mon Sep 17 00:00:00 2001 From: modeco80 Date: Thu, 16 Jan 2025 01:50:52 -0500 Subject: [PATCH] libeuropa/io/yatf: Document Reader better meh. --- include/europa/io/yatf/Reader.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/europa/io/yatf/Reader.hpp b/include/europa/io/yatf/Reader.hpp index 60d804d..daed642 100644 --- a/include/europa/io/yatf/Reader.hpp +++ b/include/europa/io/yatf/Reader.hpp @@ -22,6 +22,7 @@ namespace europa::io::yatf { struct Reader { explicit Reader(std::istream& is); + /// Read image. The image output to [surface] is converted to RGBA8888 implicitly. bool ReadImage(structs::YatfHeader& header, util::ImageSurface& surface); private: