]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Area.h
removed lazy fwd headers
[l2e.git] / src / map / Area.h
index 90f8f5fc7b3eaf0ab2b322882b1dfa5ff7ee33dc..6ea58374cee518584f8d7c8915a22f8e0ac62c05 100644 (file)
@@ -1,9 +1,14 @@
 #ifndef MAP_AREA_H_
 #define MAP_AREA_H_
 
-#include "fwd.h"
+namespace graphics {
+       class Sprite;
+}
+namespace map {
+       class Tile;
+}
+
 #include "../math/Vector.h"
-#include "../graphics/Sprite.h"
 
 #include <SDL.h>