#include "GraphicalElement.h" GraphicalElement::GraphicalElement() : Element() { } GraphicalElement::~GraphicalElement() { }