X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGraphic%2FSprite.hpp;h=6b76ef5f3819f753648f4689c20695753c4fa9bf;hb=6ae42d2d722158cbe08425937a33f65bbf306b59;hp=66debe7dfbfc0a9f3c44aebf10b644390aa135db;hpb=7d2f9d40d94d14a61ecdaaa2c41f964029815bc2;p=lugaru.git diff --git a/Source/Graphic/Sprite.hpp b/Source/Graphic/Sprite.hpp index 66debe7..6b76ef5 100644 --- a/Source/Graphic/Sprite.hpp +++ b/Source/Graphic/Sprite.hpp @@ -26,7 +26,7 @@ along with Lugaru. If not, see . #include "Graphic/gamegl.hpp" #include "Graphic/Texture.hpp" #include "Math/Frustum.hpp" -#include "Math/Quaternions.hpp" +#include "Math/XYZ.hpp" #include "Objects/Object.hpp" #include "Utils/ImageIO.hpp" @@ -86,7 +86,6 @@ public: static void setLastSpriteAlivetime(float al) { sprites.back()->alivetime = al; } - static void clearTextures(); static Texture cloudtexture; static Texture bloodtexture;