]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ConfigMenu.h
removed lazy fwd headers
[l2e.git] / src / menu / ConfigMenu.h
index cdee9fc376ee35ab04f0dafb90902a789882f34e..e8b2692c3d982843adde46d4717dc8468d2fb047 100644 (file)
@@ -1,9 +1,15 @@
 #ifndef MENU_CONFIGMENU_H_
 #define MENU_CONFIGMENU_H_
 
-#include "fwd.h"
+namespace math {
+       template<class>
+       class Vector;
+}
+namespace menu {
+       class PartyMenu;
+}
+
 #include "../app/State.h"
-#include "../math/Vector.h"
 #include "../graphics/Menu.h"
 
 namespace menu {