]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Graphic/Sprite.hpp
Fix a few GCC5 and GCC6 warnings
[lugaru.git] / Source / Graphic / Sprite.hpp
index 01e68a3fd4f76df86f6c72adc554bad484d9a274..6b76ef5f3819f753648f4689c20695753c4fa9bf 100644 (file)
@@ -26,8 +26,8 @@ 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 "Objects/Objects.hpp"
+#include "Math/XYZ.hpp"
+#include "Objects/Object.hpp"
 #include "Utils/ImageIO.hpp"
 
 #include <vector>
@@ -86,7 +86,6 @@ public:
     static void setLastSpriteAlivetime(float al) {
         sprites.back()->alivetime = al;
     }
-    static void clearTextures();
 
     static Texture cloudtexture;
     static Texture bloodtexture;