]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.cpp
removed lazy fwd headers
[l2e.git] / src / battle / Monster.cpp
index 8ea79e676d080d4019c812a41581f0a74aee966e..a252e5f4e5084c2823ef8cf7019177e660be2b37 100644 (file)
@@ -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;