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