mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-05-30 09:06:19 -04:00
61cf2bd323
* Adds `FormatLocations` and `PRESET_ENTRY_TYPE_CPP_STRING` to allow for feeding `RandomizerCheck` values directly in presets instead of a string with magic numbers. * Switch to concatenation with `std::to_string`. * Forgot to remove <format> include XD