]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectTarget.cpp
removed useless comments
[l2e.git] / src / battle / states / SelectTarget.cpp
index a0955b2691d477bb7fbd779a2c4f43b587055cda..800c2335e53460cda706440e1ae0bcefc7de8858 100644 (file)
@@ -1,16 +1,10 @@
-/*
- * SelectTarget.cpp
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #include "SelectTarget.h"
 
 #include "SelectAttackType.h"
 #include "../BattleState.h"
 #include "../../app/Application.h"
 #include "../../app/Input.h"
+#include "../../math/Vector.h"
 
 using app::Application;
 using app::Input;