2 #include "block/component.hpp"
3 #include "core/tool.hpp"
4 #include <forward_list>
8 class ToolAssignPart :
public ToolBase {
10 ToolAssignPart(IDocument *c, ToolID tid);
20 const class Entity *get_entity();
Definition: entity.hpp:14
A Component is an instanced Entity in a Block.
Definition: component.hpp:39