]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Hero.h
added forwarding headers
[l2e.git] / src / battle / Hero.h
index c15c2dcbc08bf4d25cc73f7b0734b54ef4463760..385962faeb0a7e7642e8e08c7d063a81227c0839 100644 (file)
@@ -8,27 +8,20 @@
 #ifndef BATTLE_HERO_H_
 #define BATTLE_HERO_H_
 
+#include "fwd.h"
 #include "AttackChoice.h"
 #include "Stats.h"
+#include "../common/fwd.h"
 #include "../geometry/Vector.h"
 #include "../graphics/Animation.h"
+#include "../graphics/fwd.h"
 #include "../graphics/Menu.h"
 
 #include <vector>
 #include <SDL.h>
 
-namespace common {
-       class Item;
-       class Spell;
-}
-namespace graphics {
-       class Sprite;
-}
-
 namespace battle {
 
-class Resources;
-
 class Hero {
 
 public: