]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Entity.h
removed lazy fwd headers
[l2e.git] / src / map / Entity.h
index d68861c7a60c5a7006aefe234abd39d26d3af294..64a319dc623051c1b1447df8d38e928f16568c8b 100644 (file)
@@ -1,11 +1,17 @@
 #ifndef MAP_ENTITY_H_
 #define MAP_ENTITY_H_
 
-#include "../battle/fwd.h"
-#include "../battle/Monster.h"
+namespace app {
+       class Application;
+       class State;
+}
+namespace battle {
+       class Monster;
+       class PartyLayout;
+}
+
 #include "../math/Fixed.h"
 #include "../math/Vector.h"
-#include "../graphics/fwd.h"
 #include "../graphics/Animation.h"
 
 #include <functional>