]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/PartyMenu.h
removed lazy fwd headers
[l2e.git] / src / menu / PartyMenu.h
index 934369e121499d6e7ba09025b36bf978844339f5..409ee16ccf672e77c07c671f33d478cc58717a5f 100644 (file)
@@ -1,10 +1,15 @@
 #ifndef MENU_PARTYMENU_H_
 #define MENU_PARTYMENU_H_
 
-#include "fwd.h"
+namespace common {
+       struct GameConfig;
+}
+namespace menu {
+       struct Resources;
+}
+
 #include "HeroStatus.h"
 #include "../app/State.h"
-#include "../common/fwd.h"
 #include "../math/Vector.h"
 #include "../graphics/Menu.h"