X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMonster.h;h=d7df41fcffc8ae8897f6d45388a024ea46ce7ff3;hb=3d69f521b593457304b282e5f23e36ab165288b6;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