X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FEntity.h;h=64a319dc623051c1b1447df8d38e928f16568c8b;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=d68861c7a60c5a7006aefe234abd39d26d3af294;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/map/Entity.h b/src/map/Entity.h index d68861c..64a319d 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