X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMonster.h;h=3497c04b4ddd184617604fb9f584c045e84e84b4;hb=d969efe468d2d9775ab2c5388be1cde8efa0b9ad;hp=e368dcc0e78a218b61dab47ccb2961b3146373b7;hpb=21539c358e849b44106b4af3f5941b4131c0f2d1;p=l2e.git diff --git a/src/battle/Monster.h b/src/battle/Monster.h index e368dcc..3497c04 100644 --- a/src/battle/Monster.h +++ b/src/battle/Monster.h @@ -10,16 +10,13 @@ #include "AttackChoice.h" #include "Stats.h" +#include "../common/fwd.h" #include "../geometry/Vector.h" #include "../graphics/Animation.h" +#include "../graphics/fwd.h" #include -namespace common { class Item; } -namespace graphics { - class Sprite; -} - namespace battle { class Monster {