3 #include "tool_helper_merge.hpp"
4 #include "tool_helper_move.hpp"
5 #include "nlohmann/json.hpp"
16 if (tool_id == ToolID::PASTE)
19 return core.r->selection.size();
23 return tool_id == ToolID::DUPLICATE;
27 void fix_layer(
int &la);
Your typical coordinate class.
Definition: common.hpp:72
Where Tools and and documents meet.
Definition: core.hpp:240
a class to store JSON values
Definition: json.hpp:161