OutpostUniverse / OP2Utility

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

Add rvalue read maps #285

Closed Brett208 closed 5 years ago

Brett208 commented 5 years ago

The branch name is incorrect. It is for Reading maps/saved games, not writing.

We don't have a default way to create a saved game, so it isn't really tested yet. I think this is okay since we don't actually support fully reading/writing saved games.

Inspired by @DanRStevens work on Rvalue in a different branch.

-Brett