| 199 | } |
| 200 | |
| 201 | std::pair<Pos2, Pos2> getMapSelectionArea() |
| 202 | { |
| 203 | return std::make_pair(Pos2{ _mapSelectionAX, _mapSelectionAY }, Pos2{ _mapSelectionBX, _mapSelectionBY }); |
| 204 | } |
| 205 | |
| 206 | void setMapSelectionCorner(const MapSelectionType corner) |
| 207 | { |
no outgoing calls
no test coverage detected