]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ChangeHero.h
removed useless comments
[l2e.git] / src / menu / ChangeHero.h
index c046af30fa4bcd0fce1356cd5b460b16941431d0..15c26f4f0d8de32287d38ad68fa58a4a2619bb79 100644 (file)
@@ -1,9 +1,15 @@
 #ifndef MENU_CHANGEHERO_H_
 #define MENU_CHANGEHERO_H_
 
-#include "fwd.h"
+namespace math {
+       template<class>
+       class Vector;
+}
+namespace menu {
+       class PartyMenu;
+}
+
 #include "../app/State.h"
-#include "../math/Vector.h"
 
 #include <SDL.h>
 
@@ -47,4 +53,4 @@ private:
 
 }
 
-#endif /* MENU_CHANGEHERO_H_ */
+#endif