mirror of
https://github.com/SFML/SFML.git
synced 2025-02-19 06:39:59 +08:00
std::array lets us have a single source of truth for array size rather than needing separate constants or magic numbers that have to stay in sync with the underlying array.