| 28 | static auto& rawIndustries() { return getGameState().industries; } |
| 29 | static auto getTotalIndustriesFactor() { return getGameState().numberOfIndustries; } |
| 30 | Flags getFlags() { return getGameState().industryFlags; } |
| 31 | |
| 32 | constexpr int32_t kCloseIndustryDistanceMax = 480; |
| 33 | constexpr int32_t kIndustryWithinClusterDistance = 960; |
no outgoing calls
no test coverage detected