summaryrefslogtreecommitdiffstats
path: root/Project/GraphicalElement.cpp
blob: 87a53022b39fe2e662d7ddbce7f2c7396a9f5052 (plain)
1
2
3
4
5
6
7
8
9
10
#include "GraphicalElement.h"

GraphicalElement::GraphicalElement() : Element()
{
}

GraphicalElement::~GraphicalElement()
{
}