SFML/include
Chris Thrasher 1e4cdf89b6 Use std::array to reduce code duplication
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.
2023-11-20 12:14:21 -07:00
..
SFML Use std::array to reduce code duplication 2023-11-20 12:14:21 -07:00