| 2282 | return TilePosition(tileWidth(), tileHeight()); |
| 2283 | } |
| 2284 | int UnitType::dimensionLeft() const |
| 2285 | { |
| 2286 | return unitDimensions[this->getID()].left; |
| 2287 | } |
| 2288 | int UnitType::dimensionUp() const |
| 2289 | { |
| 2290 | return unitDimensions[this->getID()].up; |