OutpostUniverse / OP2Utility

C++ library for working with Outpost 2 related files and tasks.
MIT License
4 stars 0 forks source link

Replace `fstream` with `ofstream` in `FileWriter` #205

Closed DanRStevens closed 5 years ago

DanRStevens commented 5 years ago

We only need to write to the file, so we should use the write specific class, rather than the more general read/write class.