X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMonster.h;h=d7df41fcffc8ae8897f6d45388a024ea46ce7ff3;hb=0b11a24a8b08c49d6e4301573602fb6d01e7a8c8;hp=bb44bb48ed2ce525b4612811ab49790f683e5868;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/battle/Monster.h b/src/battle/Monster.h index bb44bb4..d7df41f 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 @@ -111,4 +117,4 @@ private: } -#endif /* BATTLE_MONSTER_H_ */ +#endif