Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Go to file
Lioncash 4e71b955f6 General: Replace loop with resize where applicable
Instead of default constructing in a loop for std::vector, we can just
use resize or its size constructor to do the same thing.
2019-09-05 20:03:04 -04:00
specter General: Replace loop with resize where applicable 2019-09-05 20:03:04 -04:00