X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FTexture.cpp;h=db45b3d9d13d3d329dd0f13f39276421cfe5fca8;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=2bb0e97f2113529421bcd5ee6ac3b1c0f2b3fabc;hpb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;p=l2e.git diff --git a/src/graphics/Texture.cpp b/src/graphics/Texture.cpp index 2bb0e97..db45b3d 100644 --- a/src/graphics/Texture.cpp +++ b/src/graphics/Texture.cpp @@ -1,15 +1,13 @@ -/* - * Texture.cpp - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #include "Texture.h" +#include "../loader/Interpreter.h" +#include "../loader/TypeDescription.h" #include "../sdl/utility.h" -using geometry::Vector; +using math::Vector; +using loader::FieldDescription; +using loader::Interpreter; +using loader::TypeDescription; namespace graphics { @@ -62,4 +60,21 @@ void Texture::Render(SDL_Surface *dest, const Vector &from, const Vector