]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Hero.h
removed lazy fwd headers
[l2e.git] / src / common / Hero.h
index 623e2c4965fabbaaadc45efb3dbd3e47a7dd6149..7014331b844b6cad7586edf7cc9bc1c5c7b08464 100644 (file)
@@ -1,9 +1,16 @@
 #ifndef COMMON_HERO_H_
 #define COMMON_HERO_H_
 
-#include "fwd.h"
+namespace common {
+       class Item;
+       class Spell;
+}
+namespace graphics {
+       class Animation;
+       class Sprite;
+}
+
 #include "Stats.h"
-#include "../graphics/fwd.h"
 #include "../map/Entity.h"
 
 #include <vector>