--------------------------------------------- GET ENERGY -------------------------------------------------
| 79 | } |
| 80 | //--------------------------------------------- GET ENERGY ------------------------------------------------- |
| 81 | int UnitImpl::getEnergy() const |
| 82 | { |
| 83 | return self->energy; |
| 84 | } |
| 85 | //--------------------------------------------- GET RESOURCES ---------------------------------------------- |
| 86 | int UnitImpl::getResources() const |
| 87 | { |
no outgoing calls