]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Area.h
added forwarding header for map namespace
[l2e.git] / src / map / Area.h
index 9bca341c11fdbd6d977f7a042e8da98e63e10a12..9834f5c270bc916dfbe5da947301afc7cda7bce0 100644 (file)
@@ -8,18 +8,14 @@
 #ifndef MAP_AREA_H_
 #define MAP_AREA_H_
 
+#include "fwd.h"
 #include "../geometry/Vector.h"
+#include "../graphics/fwd.h"
 
 #include <SDL.h>
 
-namespace graphics {
-       class Sprite;
-}
-
 namespace map {
 
-class Tile;
-
 class Area {
 
 public: