]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Map.h
removed useless comments
[l2e.git] / src / map / Map.h
index 595e62b35c5926bb6776b516195d8517d575759b..c86b0ace9dc5bfd25dec749e57765ee2b3fb54bf 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>
 
@@ -74,4 +81,4 @@ private:
 
 }
 
-#endif /* MAP_MAP_H_ */
+#endif