--------------------------------------------- GET HIT POINTS ---------------------------------------------
| 69 | } |
| 70 | //--------------------------------------------- GET HIT POINTS --------------------------------------------- |
| 71 | int UnitImpl::getHitPoints() const |
| 72 | { |
| 73 | return self->hitPoints; |
| 74 | } |
| 75 | //--------------------------------------------- GET SHIELDS ------------------------------------------------ |
| 76 | int UnitImpl::getShields() const |
| 77 | { |
no outgoing calls