]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Graphic/Sprite.hpp
Added braces to all statements with clang-tidy and ran clang-format again
[lugaru.git] / Source / Graphic / Sprite.hpp
index 66debe7dfbfc0a9f3c44aebf10b644390aa135db..6b76ef5f3819f753648f4689c20695753c4fa9bf 100644 (file)
@@ -26,7 +26,7 @@ along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 #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;