]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Skybox.hpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Environment / Skybox.hpp
index 1a9d36a2fec5c66cfeffde420368bfda13167f8a..3f72664b534af54316956fe75abfda31264b9fbb 100644 (file)
@@ -23,8 +23,8 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 
 #include "Graphic/gamegl.hpp"
 #include "Graphic/Texture.hpp"
-#include "Math/Quaternions.hpp"
-#include "Math/Quaternions.hpp"
+#include "Math/XYZ.hpp"
+#include "Math/XYZ.hpp"
 #include "Utils/ImageIO.hpp"
 
 class SkyBox
@@ -37,7 +37,6 @@ public:
     void draw();
 
     SkyBox() {}
-    ~SkyBox();
 };
 
 #endif