]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectTarget.h
removed lazy fwd headers
[l2e.git] / src / battle / states / SelectTarget.h
index 8970260042030ea2fff4520e881e63fda3c9e07d..121b8ad235f72638aef1c60698d3255e6921a87b 100644 (file)
@@ -8,10 +8,20 @@
 #ifndef BATTLE_SELECTTARGET_H_
 #define BATTLE_SELECTTARGET_H_
 
-#include "../fwd.h"
+namespace battle {
+       class BattleState;
+       class SelectAttackType;
+       class TargetSelection;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+namespace graphics {
+       class Sprite;
+}
+
 #include "../../app/State.h"
-#include "../../math/Vector.h"
-#include "../../graphics/fwd.h"
 
 namespace battle {