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