X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2Fstates%2FPerformAttacks.h;h=b8623698f5734715b3818c0fe6d375fa9a1b437c;hb=e1edc92c4fb834c8061118e89c0d7e239742b030;hp=06ce1b89cd93329719988b561b272fcf1c6982e9;hpb=5ca18f73987fb3935ab34654cbbecf5eca4704cb;p=l2e.git diff --git a/src/battle/states/PerformAttacks.h b/src/battle/states/PerformAttacks.h index 06ce1b8..b862369 100644 --- a/src/battle/states/PerformAttacks.h +++ b/src/battle/states/PerformAttacks.h @@ -10,7 +10,6 @@ #include "../../app/State.h" -#include "../BattleState.h" #include "../NumberAnimation.h" #include "../../geometry/Vector.h" #include "../../graphics/Animation.h" @@ -19,6 +18,9 @@ namespace battle { +class BattleState; +class TargetSelection; + class PerformAttacks : public app::State {