mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 15:24:30 +01:00
* Consolidate util/Math.hpp into core/Numerics.hpp * Remove branching; replace isPowerOf2 with std::has_single_bit * Add templated types to floor2 and ceil2