OutpostUniverse / OP2Utility

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

Use Ranged Based Logic in GetFilenamesFromDirectory #322

Closed Brett208 closed 4 years ago

Brett208 commented 4 years ago

Closes #320

I think this is easier to understand and reason with than using a decrementing loop.

Brett208 commented 4 years ago

I don't mind if you want to create an internal template function here