X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FEntity.h;h=13044880121569cfa54c1ef4f7ce34dbc6a64457;hb=6ad33ca7db4f2d13311e2f8a9e77e57f907a576d;hp=d68861c7a60c5a7006aefe234abd39d26d3af294;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/map/Entity.h b/src/map/Entity.h index d68861c..1304488 100644 --- a/src/map/Entity.h +++ b/src/map/Entity.h @@ -1,11 +1,17 @@ #ifndef MAP_ENTITY_H_ #define MAP_ENTITY_H_ -#include "../battle/fwd.h" -#include "../battle/Monster.h" +namespace app { + class Application; + class State; +} +namespace battle { + class Monster; + class PartyLayout; +} + #include "../math/Fixed.h" #include "../math/Vector.h" -#include "../graphics/fwd.h" #include "../graphics/Animation.h" #include @@ -159,4 +165,4 @@ private: } -#endif /* MAP_ENTITY_H_ */ +#endif