]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/TargetSelection.h
lousy implementation of "array of identifiers" type
[l2e.git] / src / battle / TargetSelection.h
index fd1d041c90fe604ea01b229be51036353a21da7d..dc03285ced2c7884b8f67bdb412d1c896cbabe13 100644 (file)
@@ -1,21 +1,13 @@
-/*
- * TargetSelection.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_TARGETSELECTION_H_
 #define BATTLE_TARGETSELECTION_H_
 
-#include <vector>
+#include "fwd.h"
+#include "../common/fwd.h"
 
-namespace common { class TargetingMode; }
+#include <vector>
 
 namespace battle {
 
-class BattleState;
-
 class TargetSelection {
 
 public: