X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.h;h=6ea58374cee518584f8d7c8915a22f8e0ac62c05;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=90f8f5fc7b3eaf0ab2b322882b1dfa5ff7ee33dc;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/map/Area.h b/src/map/Area.h index 90f8f5f..6ea5837 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -1,9 +1,14 @@ #ifndef MAP_AREA_H_ #define MAP_AREA_H_ -#include "fwd.h" +namespace graphics { + class Sprite; +} +namespace map { + class Tile; +} + #include "../math/Vector.h" -#include "../graphics/Sprite.h" #include