X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMonster.cpp;h=a252e5f4e5084c2823ef8cf7019177e660be2b37;hb=ab063a95735fdb90e7c610015e9155283ba5eca6;hp=8ea79e676d080d4019c812a41581f0a74aee966e;hpb=1907ca03c5e865c4d398170042aa384c67ffff29;p=l2e.git diff --git a/src/battle/Monster.cpp b/src/battle/Monster.cpp index 8ea79e6..a252e5f 100644 --- a/src/battle/Monster.cpp +++ b/src/battle/Monster.cpp @@ -1,10 +1,3 @@ -/* - * Monster.cpp - * - * Created on: Aug 3, 2012 - * Author: holy - */ - #include "Monster.h" #include "../common/Stats.h" @@ -12,6 +5,7 @@ #include "../graphics/Sprite.h" #include "../loader/Interpreter.h" #include "../loader/TypeDescription.h" +#include "../math/Vector.h" using common::Stats; using graphics::Animation;