X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FTexture.cpp;h=db45b3d9d13d3d329dd0f13f39276421cfe5fca8;hb=7582af9fc5f909ef38509c0421e9dbea3c005764;hp=2bb0e97f2113529421bcd5ee6ac3b1c0f2b3fabc;hpb=7651db1476453d8d4162e8708265a36c1a3c0441;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