2 #include "core/tool.hpp"
3 #include "util/keep_slope_util.hpp"
10 using ToolBase::ToolBase;
18 std::set<InToolActionID> get_actions()
const override
20 using I = InToolActionID;
29 class TrackInfo :
public KeepSlopeInfo {
33 TrackInfo(Track &tr,
const Track &fr,
const Track &to);
39 std::deque<TrackInfo> track_info;