X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHero.cpp;h=d09b824d4961f5edb5fc397ec90740de8eae86dd;hb=ab063a95735fdb90e7c610015e9155283ba5eca6;hp=1d8393e0395daca372e466a0b069e83764a0d2a7;hpb=06b6411e5dc8fc6b905530f7adbde8bd0c2bb0ea;p=l2e.git diff --git a/src/battle/Hero.cpp b/src/battle/Hero.cpp index 1d8393e..d09b824 100644 --- a/src/battle/Hero.cpp +++ b/src/battle/Hero.cpp @@ -1,10 +1,3 @@ -/* - * Hero.cpp - * - * Created on: Aug 6, 2012 - * Author: holy - */ - #include "Hero.h" #include "AttackChoice.h" @@ -12,6 +5,7 @@ #include "../common/Ikari.h" #include "../common/Item.h" #include "../common/Spell.h" +#include "../math/Vector.h" using common::Ikari; using common::Spell;