--------------------------------------------- GET VELOCITY X ---------------------------------------------
| 59 | } |
| 60 | //--------------------------------------------- GET VELOCITY X --------------------------------------------- |
| 61 | double UnitImpl::getVelocityX() const |
| 62 | { |
| 63 | return self->velocityX; |
| 64 | } |
| 65 | //--------------------------------------------- GET VELOCITY Y --------------------------------------------- |
| 66 | double UnitImpl::getVelocityY() const |
| 67 | { |