]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/CapsuleChangeMenu.h
removed useless comments
[l2e.git] / src / menu / CapsuleChangeMenu.h
index 2667595aeb573813680a58e20f9d4a2ca2b874c6..2cd56ba0d28c60b142afe6202adaa505ce59fe26 100644 (file)
@@ -1,10 +1,18 @@
 #ifndef MENU_CAPSULECHANGEMENU_H_
 #define MENU_CAPSULECHANGEMENU_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"
 
 namespace menu {
 
@@ -50,4 +58,4 @@ private:
 
 }
 
-#endif /* MENU_CAPSULECHANGEMENU_H_ */
+#endif