X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FEnvironment%2FSkybox.hpp;h=3f72664b534af54316956fe75abfda31264b9fbb;hb=fa715e9d69feb1dd832365c31be2a95835d798fc;hp=1a9d36a2fec5c66cfeffde420368bfda13167f8a;hpb=ed3662c0852c4312a612b4fc35bd03aba8d13db7;p=lugaru.git diff --git a/Source/Environment/Skybox.hpp b/Source/Environment/Skybox.hpp index 1a9d36a..3f72664 100644 --- a/Source/Environment/Skybox.hpp +++ b/Source/Environment/Skybox.hpp @@ -23,8 +23,8 @@ along with Lugaru. If not, see . #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