X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMap.h;h=c86b0ace9dc5bfd25dec749e57765ee2b3fb54bf;hb=0911d263c10cca314305799d5b839ee9653cac0b;hp=595e62b35c5926bb6776b516195d8517d575759b;hpb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;p=l2e.git diff --git a/src/map/Map.h b/src/map/Map.h index 595e62b..c86b0ac 100644 --- a/src/map/Map.h +++ b/src/map/Map.h @@ -1,10 +1,17 @@ #ifndef MAP_MAP_H_ #define MAP_MAP_H_ +namespace map { + class Area; + class Tile; + class Trigger; +} +namespace math { + template + class Vector; +} + #include "Entity.h" -#include "fwd.h" -#include "../math/Vector.h" -#include "../graphics/fwd.h" #include @@ -74,4 +81,4 @@ private: } -#endif /* MAP_MAP_H_ */ +#endif