libeuropa/io/yatf: Document Reader better

meh.
This commit is contained in:
Lily Tsuru 2025-01-16 01:50:52 -05:00
parent 4c2bda9fbf
commit 738929e14e

View file

@ -22,6 +22,7 @@ namespace europa::io::yatf {
struct Reader { struct Reader {
explicit Reader(std::istream& is); 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); bool ReadImage(structs::YatfHeader& header, util::ImageSurface& surface);
private: private: