* Returns the list of craft waypoints. * @return Pointer to waypoint list. */
| 861 | * @return Pointer to waypoint list. |
| 862 | */ |
| 863 | std::vector<Waypoint*> *SavedGame::getWaypoints() |
| 864 | { |
| 865 | return &_waypoints; |
| 866 | } |
| 867 | |
| 868 | /** |
| 869 | * Returns the list of terror sites. |