X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FArea.h;fp=src%2Fmap%2FArea.h;h=9834f5c270bc916dfbe5da947301afc7cda7bce0;hb=4d4b40f06357392931cb309d0284875c40c2f2f0;hp=9bca341c11fdbd6d977f7a042e8da98e63e10a12;hpb=59c4aea0762cbc5f1bf74c5b1b35629408fb92af;p=l2e.git diff --git a/src/map/Area.h b/src/map/Area.h index 9bca341..9834f5c 100644 --- a/src/map/Area.h +++ b/src/map/Area.h @@ -8,18 +8,14 @@ #ifndef MAP_AREA_H_ #define MAP_AREA_H_ +#include "fwd.h" #include "../geometry/Vector.h" +#include "../graphics/fwd.h" #include -namespace graphics { - class Sprite; -} - namespace map { -class Tile; - class Area { public: