X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMonster.h;h=6aaf1f46164e96a182dd1b7fe1f602a4c5b2248b;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=bb44bb48ed2ce525b4612811ab49790f683e5868;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/battle/Monster.h b/src/battle/Monster.h index bb44bb4..6aaf1f4 100644 --- a/src/battle/Monster.h +++ b/src/battle/Monster.h @@ -1,12 +1,18 @@ #ifndef BATTLE_MONSTER_H_ #define BATTLE_MONSTER_H_ +namespace common { + class Item; +} +namespace graphics { + class Animation; + class Sprite; +} + #include "AttackChoice.h" -#include "../common/fwd.h" #include "../common/Stats.h" #include "../math/Vector.h" #include "../graphics/Animation.h" -#include "../graphics/fwd.h" #include