]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Hero.h
removed lazy fwd headers
[l2e.git] / src / battle / Hero.h
index da2c86662de617210c982357f41bb1c00a618bad..0d2ce0ede1d9e9f7ebccc56cadfce6f790350d3f 100644 (file)
@@ -1,14 +1,18 @@
 #ifndef BATTLE_HERO_H_
 #define BATTLE_HERO_H_
 
-#include "fwd.h"
+namespace battle {
+       struct Resources;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+
 #include "AttackChoice.h"
-#include "../common/fwd.h"
 #include "../common/Hero.h"
 #include "../common/Stats.h"
-#include "../math/Vector.h"
 #include "../graphics/Animation.h"
-#include "../graphics/fwd.h"
 #include "../graphics/Menu.h"
 
 #include <vector>