X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmap%2FMap.h;h=101689f72c43f9ecece1748100f90b9aa4bfc5ed;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=595e62b35c5926bb6776b516195d8517d575759b;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/map/Map.h b/src/map/Map.h index 595e62b..101689f 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