summaryrefslogtreecommitdiffstats
path: root/Project/GraphicalElement.h
diff options
context:
space:
mode:
authorThales1330 <thaleslima.ufu@gmail.com>2017-01-10 18:39:14 -0200
committerThales1330 <thaleslima.ufu@gmail.com>2017-01-10 18:39:14 -0200
commit3e44c208f67b87f17e086bb1361f4422fb6ac5ce (patch)
tree136a89491eec953644e89f58f626d2de99f99500 /Project/GraphicalElement.h
parent58148f1ebe5be64231965ca76ae13e4690528e55 (diff)
downloadPSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.tar.gz
PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.tar.xz
PSP.git-3e44c208f67b87f17e086bb1361f4422fb6ac5ce.zip
Some class organization
Diffstat (limited to 'Project/GraphicalElement.h')
-rw-r--r--Project/GraphicalElement.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/Project/GraphicalElement.h b/Project/GraphicalElement.h
new file mode 100644
index 0000000..86ca30d
--- /dev/null
+++ b/Project/GraphicalElement.h
@@ -0,0 +1,14 @@
+#ifndef GRAPHICALELEMENT_H
+#define GRAPHICALELEMENT_H
+
+#include "Element.h"
+
+class GraphicalElement : public Element
+{
+public:
+ GraphicalElement();
+ ~GraphicalElement();
+
+};
+
+#endif // GRAPHICALELEMENT_H