X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FNumberAnimation.cpp;h=e3b27ba5dfe0e326800fda3f1ddafb1ab9800f34;hb=acc322b16b5f31cfbc350d4fccb457c7730287fd;hp=63d16562f1324822d8c8eac50aa6580b54e88611;hpb=60e0fe29ce6cd033edc78b181d9d07fa72c11172;p=l2e.git diff --git a/src/battle/NumberAnimation.cpp b/src/battle/NumberAnimation.cpp index 63d1656..e3b27ba 100644 --- a/src/battle/NumberAnimation.cpp +++ b/src/battle/NumberAnimation.cpp @@ -1,10 +1,10 @@ #include "NumberAnimation.h" -#include "../geometry/Vector.h" +#include "../math/Vector.h" #include "../graphics/Sprite.h" using app::State; -using geometry::Vector; +using math::Vector; using graphics::Animation; using graphics::AnimationRunner; using graphics::Sprite;