X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.h;h=68f376b42ee120689e83e895a5e22db36b59ebd5;hb=0911d263c10cca314305799d5b839ee9653cac0b;hp=90f8f5fc7b3eaf0ab2b322882b1dfa5ff7ee33dc;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/map/Area.h b/src/map/Area.h index 90f8f5f..68f376b 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 @@ -56,4 +61,4 @@ private: } -#endif /* MAP_AREA_H_ */ +#endif