]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.h
added forwarding headers
[l2e.git] / src / battle / Monster.h
index e368dcc0e78a218b61dab47ccb2961b3146373b7..3497c04b4ddd184617604fb9f584c045e84e84b4 100644 (file)
 
 #include "AttackChoice.h"
 #include "Stats.h"
+#include "../common/fwd.h"
 #include "../geometry/Vector.h"
 #include "../graphics/Animation.h"
+#include "../graphics/fwd.h"
 
 #include <SDL.h>
 
-namespace common { class Item; }
-namespace graphics {
-       class Sprite;
-}
-
 namespace battle {
 
 class Monster {