EuropaTools/include/europa/io
modeco80 5060bc4fb6 libeuropa/io: Rewrite PakFile to use a sumtype to store pak file data
This allows pak writer file data to cleanly come from one of two possible sources:

- A file on the filesystem (in which the PakWriter will open the file, tee it into the package file efficently, and then close it)
- A data buffer (which functions like before)

PakReader however will always output data buffers.
2025-01-06 17:12:58 -05:00
..
PakFile.hpp libeuropa/io: Rewrite PakFile to use a sumtype to store pak file data 2025-01-06 17:12:58 -05:00
PakProgressReportSink.hpp *: Implement detailed progress reporting when creating 2022-09-22 19:07:56 -05:00
PakReader.hpp Initial support for Ver3/.PMDL archives 2023-08-01 18:18:40 -04:00
PakWriter.hpp Initial support for Ver3/.PMDL archives 2023-08-01 18:18:40 -04:00
YatfReader.hpp chore(*): .h -> .hpp 2022-09-21 02:59:16 -05:00