From b76d50299a7995b2b3be0a3f9bf954cceeb89314 Mon Sep 17 00:00:00 2001 From: Thales Lima Oliveira Date: Tue, 19 Sep 2017 21:12:45 -0300 Subject: Open file .psp implemented Several directories bugfixes --- Project/Element.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'Project/Element.h') 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 #include #include +#include +#include #include #include @@ -85,6 +87,13 @@ protected: GLdouble rgba[4]; }; +/** + * @class Element + * @author Thales Lima Oliveira + * @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: -- cgit