]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectIkari.h
removed useless comments
[l2e.git] / src / battle / states / SelectIkari.h
index e665c696c22cb1240630e9b644be0b3c2cf0ce31..43fa0cf1b4de65901e9505410082bccb6541294e 100644 (file)
@@ -1,16 +1,16 @@
-/*
- * SelectIkari.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_SELECTIKARI_H_
 #define BATTLE_SELECTIKARI_H_
 
-#include "../fwd.h"
+namespace battle {
+       class BattleState;
+       class SelectAttackType;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+
 #include "../../app/State.h"
-#include "../../math/Vector.h"
 
 namespace battle {
 
@@ -48,4 +48,4 @@ private:
 
 }
 
-#endif /* BATTLE_SELECTIKARI_H_ */
+#endif