OutpostUniverse / OP2Utility

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

Make MapReader and MapWriter static functions on MapData instead of separate files encapsulated in namespaces #224

Closed Brett208 closed 5 years ago

Brett208 commented 5 years ago

I'm happy with the current implementation except that it is different from how we load/save archive files and bitmaps. Might be nice to unify the save/load across all three parts of our API.

-Brett