libeuropa/io/yatf: Document Reader better
meh.
This commit is contained in:
parent
4c2bda9fbf
commit
738929e14e
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue