EuropaTools/include
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
..
europa libeuropa/io: Rewrite PakFile to use a sumtype to store pak file data 2025-01-06 17:12:58 -05:00