X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FPartyMenu.h;h=f104898c31ca66d6b001cf0ab1aa9353f8f67a58;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=934369e121499d6e7ba09025b36bf978844339f5;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/menu/PartyMenu.h b/src/menu/PartyMenu.h index 934369e..f104898 100644 --- a/src/menu/PartyMenu.h +++ b/src/menu/PartyMenu.h @@ -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" @@ -74,4 +79,4 @@ private: } -#endif /* MENU_PARTYMENU_H_ */ +#endif