]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/AttackChoice.h
added capsule attack/animation handling
[l2e.git] / src / battle / AttackChoice.h
index f36520351b173b97cc1421bab2c7693bd6b0070e..b73e4203b54ef9f710867b5008b3bd636dc36e82 100644 (file)
@@ -1,20 +1,13 @@
-/*
- * AttackChoice.h
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_ATTACKCHOICE_H_
 #define BATTLE_ATTACKCHOICE_H_
 
-#include "TargetSelection.h"
-
 namespace common {
        class Item;
        class Spell;
 }
 
+#include "TargetSelection.h"
+
 namespace battle {
 
 class AttackChoice {