#pragma once #include "Node.h" #include "InlineNode.h" #include #include struct BlockNode : public Node { virtual ~BlockNode() = default; };