]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/TargetSelection.h
added capsule attack/animation handling
[l2e.git] / src / battle / TargetSelection.h
index 06d6f44198cda86c59341b314d4034a824cddd8a..ba5317899cfeb6ef63196b9d61de74d5975da659 100644 (file)
@@ -1,20 +1,16 @@
-/*
- * TargetSelection.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #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: