X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FTexture.hpp;h=9e24a8dc873882e85904acb07928b2eb7f6b3313;hb=38a4cffc0b6aa58e49d24c06aad7bee14cb6515d;hp=240e145bc306c96f4e828e7ffd1c5c75801dd1b0;hpb=282d731ea8f10342efa82012028de7043b3dd639;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: