]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/NumberAnimation.h
removed useless comments
[l2e.git] / src / battle / NumberAnimation.h
index dea8bfcecc018ad7285e0f55edaefde8782d29fa..2885d0f73e41c2e91df46c13f332e4d726eabcd5 100644 (file)
@@ -1,8 +1,14 @@
 #ifndef BATTLE_NUMBERANIMATION_H_
 #define BATTLE_NUMBERANIMATION_H_
 
-#include "../app/fwd.h"
-#include "../math/Vector.h"
+namespace app {
+       class State;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+
 #include "../graphics/Animation.h"
 
 namespace battle {
@@ -31,4 +37,4 @@ private:
 
 }
 
-#endif /* BATTLE_NUMBERANIMATION_H_ */
+#endif