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