summaryrefslogtreecommitdiffstats
path: root/Project/Element.h
diff options
context:
space:
mode:
authorThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-19 21:12:45 -0300
committerThales Lima Oliveira <thaleslima.ufu@gmail.com>2017-09-19 21:12:45 -0300
commitb76d50299a7995b2b3be0a3f9bf954cceeb89314 (patch)
tree5e234bb5216325882610e028826256617b44c2f8 /Project/Element.h
parentde90dfcf76c1fb13648633b6bddb011b15ac8458 (diff)
downloadPSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.tar.gz
PSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.tar.xz
PSP.git-b76d50299a7995b2b3be0a3f9bf954cceeb89314.zip
Open file .psp implemented
Several directories bugfixes
Diffstat (limited to 'Project/Element.h')
-rw-r--r--Project/Element.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Project/Element.h b/Project/Element.h
index 08fdfe9..2cd7392 100644
--- a/Project/Element.h
+++ b/Project/Element.h
@@ -5,6 +5,8 @@
#include <wx/geometry.h>
#include <wx/cursor.h>
#include <wx/menu.h>
+#include <wx/stdpaths.h>
+#include <wx/filename.h>
#include <GL/gl.h>
#include <complex>
@@ -85,6 +87,13 @@ protected:
GLdouble rgba[4];
};
+/**
+ * @class Element
+ * @author Thales Lima Oliveira <thales@ufu.br>
+ * @date 19/09/2017
+ * @file Element.h
+ * @brief Base class of all elements of the program. This class is responsible for manage graphical and his data.
+ */
class Element
{
public: