X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=inline;f=src%2Fbattle%2FBattleState.h;fp=src%2Fbattle%2FBattleState.h;h=c0f706e8db0852da9f9d8267bc3f41f7b44dd729;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=d2423719e04c5d035f7e6273c5a68c687315ec94;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/BattleState.h b/src/battle/BattleState.h index d242371..c0f706e 100644 --- a/src/battle/BattleState.h +++ b/src/battle/BattleState.h @@ -1,7 +1,18 @@ #ifndef BATTLE_BATTLESTATE_H_ #define BATTLE_BATTLESTATE_H_ -#include "fwd.h" +namespace battle { + class PartyLayout; +} +namespace common { + class Item; + struct GameConfig; +} +namespace math { + template + class Vector; +} + #include "AttackTypeMenu.h" #include "Capsule.h" #include "Hero.h" @@ -10,14 +21,10 @@ #include "MoveMenu.h" #include "Resources.h" #include "SmallHeroTag.h" -#include "../app/fwd.h" #include "../app/State.h" #include "../common/GameConfig.h" -#include "../common/fwd.h" #include "../common/Stats.h" -#include "../math/Vector.h" #include "../graphics/Animation.h" -#include "../graphics/fwd.h" #include "../graphics/Menu.h" #include