X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMap.h;fp=src%2Fmap%2FMap.h;h=57337605f3f0ed58b66bef01f75fccd27028c73f;hb=4d4b40f06357392931cb309d0284875c40c2f2f0;hp=9fb24afc9dd305e67d9e27d108e70621806dea11;hpb=59c4aea0762cbc5f1bf74c5b1b35629408fb92af;p=l2e.git diff --git a/src/map/Map.h b/src/map/Map.h index 9fb24af..5733760 100644 --- a/src/map/Map.h +++ b/src/map/Map.h @@ -8,18 +8,14 @@ #ifndef MAP_MAP_H_ #define MAP_MAP_H_ +#include "fwd.h" #include "../geometry/Vector.h" +#include "../graphics/fwd.h" #include -namespace graphics { - class Sprite; -} - namespace map { -class Area; - class Map { public: