]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Skybox.hpp
Update copyright year to 2017
[lugaru.git] / Source / Environment / Skybox.hpp
index 1a9d36a2fec5c66cfeffde420368bfda13167f8a..5da5f43c0a801517e7d9133f93611035fc46a765 100644 (file)
@@ -1,6 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
-Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
+Copyright (C) 2010-2017 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -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