]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Environment/Skybox.hpp
clang-format: Apply to all headers
[lugaru.git] / Source / Environment / Skybox.hpp
index 2fb2d5daaa844e5669acc3b7f8baee4b56a83b53..e22341feae789c088e3a940cb23eb09eb608239c 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.
 
@@ -21,10 +21,10 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #ifndef _SKYBOX_HPP_
 #define _SKYBOX_HPP_
 
-#include "Graphic/gamegl.hpp"
 #include "Graphic/Texture.hpp"
-#include "Math/Quaternions.hpp"
-#include "Math/Quaternions.hpp"
+#include "Graphic/gamegl.hpp"
+#include "Math/XYZ.hpp"
+#include "Math/XYZ.hpp"
 #include "Utils/ImageIO.hpp"
 
 class SkyBox
@@ -33,7 +33,7 @@ public:
     Texture front, left, back, right, up, down;
 
     void load(const std::string& ffront, const std::string& fleft, const std::string& fback,
-              const std::string& fright, const std::string& fup,   const std::string& fdown);
+              const std::string& fright, const std::string& fup, const std::string& fdown);
     void draw();
 
     SkyBox() {}