--------------------------------------------- GATHERED MINERALS ------------------------------------------
| 27 | } |
| 28 | //--------------------------------------------- GATHERED MINERALS ------------------------------------------ |
| 29 | int PlayerImpl::gatheredMinerals() const |
| 30 | { |
| 31 | return self->gatheredMinerals; |
| 32 | } |
| 33 | //--------------------------------------------- GATHERED GAS ----------------------------------------------- |
| 34 | int PlayerImpl::gatheredGas() const |
| 35 | { |