| 226 | } |
| 227 | |
| 228 | bool IsStatExpansionModule(const STRUCTURE_STATS *psStats) |
| 229 | { |
| 230 | // If the stat is any of the 3 expansion types ... then return true |
| 231 | return psStats->type == REF_POWER_MODULE || |
| 232 | psStats->type == REF_FACTORY_MODULE || |
| 233 | psStats->type == REF_RESEARCH_MODULE; |
| 234 | } |
| 235 | |
| 236 | static int numStructureModules(STRUCTURE const *psStruct) |
| 237 | { |
no outgoing calls
no test coverage detected