summaryrefslogtreecommitdiffstats
path: root/Project/GraphicalElement.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Project/GraphicalElement.cpp')
-rw-r--r--Project/GraphicalElement.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/Project/GraphicalElement.cpp b/Project/GraphicalElement.cpp
new file mode 100644
index 0000000..87a5302
--- /dev/null
+++ b/Project/GraphicalElement.cpp
@@ -0,0 +1,10 @@
+#include "GraphicalElement.h"
+
+GraphicalElement::GraphicalElement() : Element()
+{
+}
+
+GraphicalElement::~GraphicalElement()
+{
+}
+