]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Map.h
removed lazy fwd headers
[l2e.git] / src / map / Map.h
index 595e62b35c5926bb6776b516195d8517d575759b..101689f72c43f9ecece1748100f90b9aa4bfc5ed 100644 (file)
@@ -1,10 +1,17 @@
 #ifndef MAP_MAP_H_
 #define MAP_MAP_H_
 
+namespace map {
+       class Area;
+       class Tile;
+       class Trigger;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+
 #include "Entity.h"
-#include "fwd.h"
-#include "../math/Vector.h"
-#include "../graphics/fwd.h"
 
 #include <SDL.h>