X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FTexture.hpp;fp=src%2Fgraphics%2FTexture.hpp;h=9e24a8dc873882e85904acb07928b2eb7f6b3313;hb=7bb75960dbf9bfdee9ac865384aca81791b3da5c;hp=240e145bc306c96f4e828e7ffd1c5c75801dd1b0;hpb=a34fbcb0581056bd464158acfa30289a3e2c2c2d;p=blank.git diff --git a/src/graphics/Texture.hpp b/src/graphics/Texture.hpp index 240e145..9e24a8d 100644 --- a/src/graphics/Texture.hpp +++ b/src/graphics/Texture.hpp @@ -1,8 +1,6 @@ #ifndef BLANK_GRAPHICS_TEXTURE_HPP_ #define BLANK_GRAPHICS_TEXTURE_HPP_ -#include "Format.hpp" - #include struct SDL_Surface; @@ -10,6 +8,8 @@ struct SDL_Surface; namespace blank { +struct Format; + class Texture { public: