mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 14:05:08 +00:00
939002f0dc
Range manager has several `std::vector` for fixed-size arrays and 2D grids. By using proper data structures, the code readability is improved. This also moves around the LosVisibility enum. Comments by: Stan`, nani Differential Revision: https://code.wildfiregames.com/D2770 This was SVN commit r23769.