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