* Gets a list of waypoints on the map. * @return A list of waypoints. */
| 1488 | * @return A list of waypoints. |
| 1489 | */ |
| 1490 | std::vector<Position> *Map::getWaypoints() |
| 1491 | { |
| 1492 | return &_waypoints; |
| 1493 | } |
| 1494 | |
| 1495 | /** |
| 1496 | * Sets mouse-buttons' pressed state. |
no outgoing calls
no test coverage detected