]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Hero.cpp
fixed formatting of battle::RunState
[l2e.git] / src / battle / Hero.cpp
index 1d8393e0395daca372e466a0b069e83764a0d2a7..d09b824d4961f5edb5fc397ec90740de8eae86dd 100644 (file)
@@ -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;