]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/RunState.h
removed useless comments
[l2e.git] / src / battle / states / RunState.h
index f21280ee224a21ef1cbe6b7f470fddc4dfdb9453..d3411978ff49656e392463ff6bdd66e8e24c6cce 100644 (file)
@@ -1,16 +1,15 @@
-/*
- * RunState.h
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #ifndef BATTLE_RUNSTATE_H_
 #define BATTLE_RUNSTATE_H_
 
-#include "../fwd.h"
+namespace battle {
+       class BattleState;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+
 #include "../../app/State.h"
-#include "../../math/Vector.h"
 
 namespace battle {
 
@@ -46,4 +45,4 @@ private:
 
 }
 
-#endif /* BATTLE_RUNSTATE_H_ */
+#endif