2#include "core/tool.hpp"
8 using ToolBase::ToolBase;
12 std::set<InToolActionID> get_actions()
const override
14 using I = InToolActionID;
16 I::LMB, I::CANCEL, I::RMB, I::MOVE_UP, I::MOVE_DOWN, I::MOVE_LEFT, I::MOVE_RIGHT,
24 std::map<std::pair<ObjectType, UUID>,
Coordi> positions;
26 void update_positions(
const Coordi &ac);