]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/SmallHeroTag.h
removed lazy fwd headers
[l2e.git] / src / battle / SmallHeroTag.h
index 7c038017fab49d156ba60083010e9eeba3fed86a..7ab47e611a3f5771647d0ae7f15f5a89547acbc3 100644 (file)
@@ -1,9 +1,13 @@
 #ifndef BATTLE_SMALLHEROTAG_H_
 #define BATTLE_SMALLHEROTAG_H_
 
-#include "fwd.h"
-#include "../math/Vector.h"
-#include "../graphics/fwd.h"
+namespace battle {
+       class BattleState;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
 
 #include <SDL.h>