]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectMoveAction.cpp
removed useless comments
[l2e.git] / src / battle / states / SelectMoveAction.cpp
index b77f98c1a2459a7da7aa9e80bfb590542f6a89cc..d7898742be336598aec7946c4ea9e4badaa2373a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SelectMoveAction.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "SelectMoveAction.h"
 
 #include "RunState.h"
@@ -14,6 +7,7 @@
 #include "../MoveMenu.h"
 #include "../../app/Application.h"
 #include "../../app/Input.h"
+#include "../../math/Vector.h"
 
 using app::Application;
 using app::Input;