]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Capsule.h
removed lazy fwd headers
[l2e.git] / src / battle / Capsule.h
index 8f268e18f4e74dc863b07e6b8550ce4fb33a84d0..80edd47fbd1d514a6357ab2f8c1b39c85075b9e6 100644 (file)
@@ -4,14 +4,18 @@
 namespace common {
        class Capsule;
 }
+namespace math {
+       template<class>
+       class Vector;
+}
 
 #include "AttackChoice.h"
 #include "../common/Stats.h"
-#include "../math/Vector.h"
 #include "../graphics/Animation.h"
-#include "../graphics/fwd.h"
 #include "../graphics/Menu.h"
 
+#include <SDL.h>
+
 namespace battle {
 
 class Capsule {