]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.h
removed lazy fwd headers
[l2e.git] / src / battle / Monster.h
index bb44bb48ed2ce525b4612811ab49790f683e5868..6aaf1f46164e96a182dd1b7fe1f602a4c5b2248b 100644 (file)
@@ -1,12 +1,18 @@
 #ifndef BATTLE_MONSTER_H_
 #define BATTLE_MONSTER_H_
 
+namespace common {
+       class Item;
+}
+namespace graphics {
+       class Animation;
+       class Sprite;
+}
+
 #include "AttackChoice.h"
-#include "../common/fwd.h"
 #include "../common/Stats.h"
 #include "../math/Vector.h"
 #include "../graphics/Animation.h"
-#include "../graphics/fwd.h"
 
 #include <SDL.h>