]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/TargetSelection.h
removed useless comments
[l2e.git] / src / battle / TargetSelection.h
index dc03285ced2c7884b8f67bdb412d1c896cbabe13..3c70518f21613540c7c0cc2dd029acb02f95cdf2 100644 (file)
@@ -1,13 +1,16 @@
 #ifndef BATTLE_TARGETSELECTION_H_
 #define BATTLE_TARGETSELECTION_H_
 
-#include "fwd.h"
-#include "../common/fwd.h"
+namespace common {
+       class TargetingMode;
+}
 
 #include <vector>
 
 namespace battle {
 
+class BattleState;
+
 class TargetSelection {
 
 public:
@@ -81,4 +84,4 @@ private:
 
 }
 
-#endif /* BATTLE_TARGETSELECTION_H_ */
+#endif