OutpostUniverse / OP2Archive

Console Application for examining, creating, and extracting files from Outpost 2 .vol and .clm archives.
https://wiki.outpost2.net/doku.php?id=outpost_2:helper_programs:op2archive
MIT License
1 stars 0 forks source link

Use OP2Utility namespace #50

Closed Brett208 closed 3 years ago

Brett208 commented 3 years ago

I took the approach of adding a namespace using statement in the .cpp files if OP2Utility calls were being made more than about once or twice. Open to discussion if that is not preferred.

Brett208 commented 3 years ago

Just completed a force push to squash a couple of commits associated with using the auto keyword. Had meant to do that before pushing to remote repo...

Also, a couple of the commits will not compile on their own. Tried to decouple some of the changes associated with supporting the updates to OP2Utility for easier review.