X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FSprite.cpp;h=1b858308b46d0f47f3c536a3f0baa5aea7734b49;hb=bace3ec042d1d7bdb2cea48f06d0af4dacbcc375;hp=d74bd0d404b8d1e18ff77262ebefc81c19e6c839;hpb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;p=l2e.git diff --git a/src/graphics/Sprite.cpp b/src/graphics/Sprite.cpp index d74bd0d..1b85830 100644 --- a/src/graphics/Sprite.cpp +++ b/src/graphics/Sprite.cpp @@ -3,7 +3,7 @@ #include "../loader/Interpreter.h" #include "../loader/TypeDescription.h" -using geometry::Vector; +using math::Vector; using loader::FieldDescription; using loader::Interpreter; using loader::TypeDescription;