]> git.localhorst.tv Git - blank.git/blobdiff - src/graphics/Texture.hpp
textures
[blank.git] / src / graphics / Texture.hpp
index 240e145bc306c96f4e828e7ffd1c5c75801dd1b0..9e24a8dc873882e85904acb07928b2eb7f6b3313 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef BLANK_GRAPHICS_TEXTURE_HPP_
 #define BLANK_GRAPHICS_TEXTURE_HPP_
 
-#include "Format.hpp"
-
 #include <GL/glew.h>
 
 struct SDL_Surface;
@@ -10,6 +8,8 @@ struct SDL_Surface;
 
 namespace blank {
 
+struct Format;
+
 class Texture {
 
 public: