Data interchange, editor suite, and runtime re-implementations for games by Retro Studios
Go to file
Lioncash fa56ba5db6 General: Use emplace_back's return value where applicable
emplace_back() returns a reference to the added element, so we can use
that instead of querying right after the emplacement.
2019-09-05 19:44:48 -04:00
specter General: Use emplace_back's return value where applicable 2019-09-05 19:44:48 -04:00