]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/CapsuleNameMenu.h
removed useless comments
[l2e.git] / src / menu / CapsuleNameMenu.h
index 4630c0acf4f6fde4527fda449a9e53f100c8276e..2fd709a6590d549b03a5daa44266d5aeff9d908c 100644 (file)
@@ -1,10 +1,18 @@
 #ifndef MENU_CAPSULENAMEMENU_H_
 #define MENU_CAPSULENAMEMENU_H_
 
-#include "fwd.h"
+namespace common {
+       class Capsule;
+}
+namespace math {
+       template<class>
+       class Vector;
+}
+namespace menu {
+       class CapsuleMenu;
+}
+
 #include "../app/State.h"
-#include "../common/fwd.h"
-#include "../math/Vector.h"
 #include "../graphics/CharSelect.h"
 
 namespace menu {
@@ -55,4 +63,4 @@ private:
 
 }
 
-#endif /* MENU_CAPSULENAMEMENU_H_ */
+#endif