mirror of
https://github.com/HarbourMasters/Shipwright
synced 2026-09-08 12:15:55 -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