OutpostUniverse / OPHD

OutpostHD - Open source remake of Sierra On-Line's Outpost
BSD 3-Clause "New" or "Revised" License
110 stars 21 forks source link

Mark `getStructures` as `const` #1447

Closed DanRStevens closed 8 months ago

DanRStevens commented 8 months ago

Also mark the result of most calls to getStructures as const.


Not addressed: The result is often iterated over, and the iterated items can mostly also be marked as const.


Part of: