]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Hero.h
removed useless comments
[l2e.git] / src / common / Hero.h
index 623e2c4965fabbaaadc45efb3dbd3e47a7dd6149..787241906a96c35a92d035691a6c02815b3d8a32 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>
@@ -113,4 +120,4 @@ private:
 
 }
 
-#endif /* COMMON_HERO_H_ */
+#endif