]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/TargetSelection.h
removed useless comments
[l2e.git] / src / battle / TargetSelection.h
index fd1d041c90fe604ea01b229be51036353a21da7d..3c70518f21613540c7c0cc2dd029acb02f95cdf2 100644 (file)
@@ -1,16 +1,11 @@
-/*
- * TargetSelection.h
- *
- *  Created on: Aug 9, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_TARGETSELECTION_H_
 #define BATTLE_TARGETSELECTION_H_
 
-#include <vector>
+namespace common {
+       class TargetingMode;
+}
 
-namespace common { class TargetingMode; }
+#include <vector>
 
 namespace battle {
 
@@ -89,4 +84,4 @@ private:
 
 }
 
-#endif /* BATTLE_TARGETSELECTION_H_ */
+#endif