X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHeroTag.cpp;h=6dc5e86fa11d261063def6720f0bd6b82ed73e59;hb=eb2ad5ffd08128d31af32f3929a3295fcfa251e9;hp=f94581b698a957b04e30e9625f385f5689a787d4;hpb=d20fa78a0dcbc95a69bb6077d2081d42b74a2d1a;p=l2e.git diff --git a/src/battle/HeroTag.cpp b/src/battle/HeroTag.cpp index f94581b..6dc5e86 100644 --- a/src/battle/HeroTag.cpp +++ b/src/battle/HeroTag.cpp @@ -1,23 +1,16 @@ -/* - * HeroTag.cpp - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #include "HeroTag.h" #include "AttackChoice.h" #include "BattleState.h" #include "Hero.h" #include "Resources.h" -#include "../geometry/Vector.h" +#include "../math/Vector.h" #include "../graphics/Font.h" #include "../graphics/Frame.h" #include "../graphics/Gauge.h" #include "../graphics/Sprite.h" -using geometry::Vector; +using math::Vector; using graphics::Frame; namespace battle {