3 #include "tool_helper_merge.hpp" 4 #include "tool_helper_move.hpp" 23 void update_selection_center();
24 void expand_selection();
26 enum class Mode { X, Y, ARB };
27 Mode mode = Mode::ARB;
29 void do_move(
const Coordi &c);
Where Tools and and documents meet.
Definition: core.hpp:249