--------------------------------------------- INCOMPLETE UNIT COUNT --------------------------------------
| 8 | |
| 9 | //--------------------------------------------- INCOMPLETE UNIT COUNT -------------------------------------- |
| 10 | int PlayerInterface::incompleteUnitCount(UnitType unit) const |
| 11 | { |
| 12 | return this->allUnitCount(unit) - this->completedUnitCount(unit); |
| 13 | } |
| 14 | //--------------------------------------------- MAX ENERGY ------------------------------------------------- |
| 15 | int PlayerInterface::maxEnergy(UnitType unit) const |
| 16 | { |